SdkConfiguration

data class SdkConfiguration(val configToken: String, val apiEnvironment: <Error class: unknown class>, val context: Context, @StyleRes val customThemeResId: Int)

Data class representing the configuration for the SDK.

Constructors

Link copied to clipboard
constructor(configToken: String, apiEnvironment: <Error class: unknown class>, context: Context)
constructor(configToken: String, apiEnvironment: <Error class: unknown class>, context: Context, @StyleRes customThemeResId: Int)

Properties

Link copied to clipboard
val apiEnvironment: <Error class: unknown class>

The environment for API requests within the SDK.

Link copied to clipboard

The configuration token to access the configuration endpoint

Link copied to clipboard

The Android context for the application or the current Activity

Link copied to clipboard

Resource ID of a custom theme or 0 for the default theme