SdkConfiguration

data class SdkConfiguration(val configToken: String, val apiEnvironment: ApiEnvironment, val context: Context, @StyleRes val customThemeResId: Int, val googleCloudProjectId: Long?)

Data class representing the configuration for the SDK.

Constructors

Link copied to clipboard
constructor(configToken: String, apiEnvironment: ApiEnvironment, context: Context, @StyleRes customThemeResId: Int, googleCloudProjectId: Long?)
constructor(configToken: String, apiEnvironment: ApiEnvironment, context: Context)
constructor(configToken: String, apiEnvironment: ApiEnvironment, context: Context, customThemeResId: Int)

Properties

Link copied to clipboard

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

Link copied to clipboard