ULUpliftSDK

Main class of the SDK. It stores the current SDK configuration.

Functions

Link copied to clipboard

Configuration getter. You can use this method to get the configuration of the SDK.

Link copied to clipboard
fun setConfiguration(context: Context, configuration: ULConfiguration, configurationCallback: ConfigurationCallback)

Configuration setter. You need to use this method to set or refresh the configuration of the SDK.

Link copied to clipboard
fun setUpliftLogger(upliftLogger: UpliftLogger?)

Set custom logger instance to the SDK.

Properties

Link copied to clipboard
var initialized: Boolean = false
Link copied to clipboard