AdaptyRemoteConfig

data class AdaptyRemoteConfig(val locale: String, val dataJsonString: String, val dataMap: Map<String, Any>)

Represents a remote configuration for a paywall or onboarding, fetched from Adapty.

Constructors

Link copied to clipboard
constructor(locale: String, dataJsonString: String, dataMap: Map<String, Any>)

Properties

Link copied to clipboard

The raw JSON string of the configuration.

Link copied to clipboard

A parsed representation of the configuration as a Map of keys to values.

Link copied to clipboard

The locale used for this configuration (e.g., "en-US").

Functions

Link copied to clipboard
open override fun toString(): String