Package-level declarations

Types

Link copied to clipboard

Mocked class which mocks the ExecutorService to run the task on the calling thread instead of worker thread

Link copied to clipboard
class MockedTaskHandler : TaskHandler

Run the background task on calling thread, instead of using worker thread

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun getDefaultInitConfigForAppId(appId: String, isStorageEncryptionEnabled: Boolean = false): InitConfig
Link copied to clipboard
fun getDefaultRemoteConfig(): RemoteConfig
Link copied to clipboard
fun getDefaultSdkInstanceForAppId(appId: String, isStorageEncryptionEnabled: Boolean = false): SdkInstance
Link copied to clipboard
fun getLoggerWithoutAppId(): Logger
Link copied to clipboard
fun getSecondarySdkInstanceForAppId(appId: String, initConfig: InitConfig = getDefaultInitConfigForAppId(appId), config: RemoteConfig = getDefaultRemoteConfig()): SdkInstance