Package com.adapty.models
Class AdaptyRemoteConfig
-
- All Implemented Interfaces:
public final class AdaptyRemoteConfig
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringlocaleprivate final StringjsonStringprivate final ImmutableMap<String, Object>dataMap
-
Constructor Summary
Constructors Constructor Description AdaptyRemoteConfig(String locale, String jsonString, ImmutableMap<String, Object> dataMap)
-
Method Summary
Modifier and Type Method Description final StringgetLocale()An identifier of a paywall locale. final StringgetJsonString()A custom JSON string configured in Adapty Dashboard for this paywall. final ImmutableMap<String, Object>getDataMap()A custom map configured in Adapty Dashboard for this paywall (same as jsonString) Booleanequals(Object other)IntegerhashCode()StringtoString()-
-
Constructor Detail
-
AdaptyRemoteConfig
AdaptyRemoteConfig(String locale, String jsonString, ImmutableMap<String, Object> dataMap)
-
-
Method Detail
-
getJsonString
final String getJsonString()
A custom JSON string configured in Adapty Dashboard for this paywall.
-
getDataMap
final ImmutableMap<String, Object> getDataMap()
A custom map configured in Adapty Dashboard for this paywall (same as jsonString)
-
-
-
-