Uikit Init Params
class UikitInitParams(val appId: String, val context: <Error class: unknown class>, val isForeground: Boolean = false, val appVersion: String? = null)
Represents the parameters required to initialize the Sendbird Uikit.
Since
1.0.0-beta.1
Properties
Link copied to clipboard
The version of the application. The version string will be trimmed if the length is longer than 30.
Link copied to clipboard
The flag to determine whether the init is called from the background (Application.onCreate()) or from foreground (Activity.onCreate(), Fragment.onCreate()).