The JSON configured against a flow in the Dashboard, for one localization.
More...
|
| readonly string | Locale |
| | The localization this config belongs to.
|
| readonly string | Data |
| | The configured JSON, as the string it was written as. Dictionary parses it.
|
|
| IReadOnlyDictionary< string, object > | Dictionary [get] |
| | A custom dictionary configured in Adapty Dashboard for this paywall (same as remoteConfigString).
|
The JSON configured against a flow in the Dashboard, for one localization.
◆ AdaptyRemoteConfig()
| AdaptySDK.AdaptyRemoteConfig.AdaptyRemoteConfig |
( |
| ) |
|
|
private |
◆ Data
| readonly string AdaptySDK.AdaptyRemoteConfig.Data |
The configured JSON, as the string it was written as. Dictionary parses it.
◆ Locale
| readonly string AdaptySDK.AdaptyRemoteConfig.Locale |
The localization this config belongs to.
◆ Dictionary
| IReadOnlyDictionary<string, object> AdaptySDK.AdaptyRemoteConfig.Dictionary |
|
get |
A custom dictionary configured in Adapty Dashboard for this paywall (same as remoteConfigString).
The documentation for this class was generated from the following file: