CoreClientFactory

Factory class that creates a CoreClient object.

See also

Properties

Link copied to clipboard
abstract val sdkVersion: String

The installed SDK version.

Functions

Link copied to clipboard
abstract fun create(context: Context, configuration: Configuration): CoreClient

Creates the CoreClient singleton instance.

Link copied to clipboard
abstract fun destroy(context: Context)

Destroys the CoreClient singleton instance.