ConfigurationBundle

class ConfigurationBundle @JvmOverloads constructor(val namespace: String, networkConfiguration: NetworkConfiguration? = null) : Configuration

For remote configuration. Bundles Configuration objects to apply to a tracker.

Constructors

Link copied to clipboard
constructor(context: Context, jsonObject: JSONObject)
constructor(namespace: String, networkConfiguration: NetworkConfiguration? = null)

Functions

Link copied to clipboard
open override fun copy(): Configuration
Link copied to clipboard

Properties