AdaptySDK 4.1.1
Loading...
Searching...
No Matches
AdaptySDK.AdaptyRemoteConfig Class Referencesealed

The JSON configured against a flow in the Dashboard, for one localization. More...

Public Attributes

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.

Properties

IReadOnlyDictionary< string, object > Dictionary [get]
 A custom dictionary configured in Adapty Dashboard for this paywall (same as remoteConfigString).

Private Member Functions

 AdaptyRemoteConfig ()

Detailed Description

The JSON configured against a flow in the Dashboard, for one localization.

Constructor & Destructor Documentation

◆ AdaptyRemoteConfig()

AdaptySDK.AdaptyRemoteConfig.AdaptyRemoteConfig ( )
private

Member Data Documentation

◆ 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.

Property Documentation

◆ 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: