public final class FetchedAppSettings
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FetchedAppSettings.DialogFeatureConfig |
| Constructor and Description |
|---|
FetchedAppSettings(boolean supportsImplicitLogging,
java.lang.String nuxContent,
boolean nuxEnabled,
boolean customTabsEnabled,
int sessionTimeoutInSeconds,
java.util.EnumSet<SmartLoginOption> smartLoginOptions,
java.util.Map<java.lang.String,java.util.Map<java.lang.String,FetchedAppSettings.DialogFeatureConfig>> dialogConfigMap,
boolean automaticLoggingEnabled,
FacebookRequestErrorClassification errorClassification,
java.lang.String smartLoginBookmarkIconURL,
java.lang.String smartLoginMenuIconURL,
boolean IAPAutomaticLoggingEnabled,
boolean codelessEventsEnabled,
org.json.JSONArray eventBindings,
java.lang.String sdkUpdateMessage) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAutomaticLoggingEnabled() |
boolean |
getCodelessEventsEnabled() |
boolean |
getCustomTabsEnabled() |
java.util.Map<java.lang.String,java.util.Map<java.lang.String,FetchedAppSettings.DialogFeatureConfig>> |
getDialogConfigurations() |
static FetchedAppSettings.DialogFeatureConfig |
getDialogFeatureConfig(java.lang.String applicationId,
java.lang.String actionName,
java.lang.String featureName) |
FacebookRequestErrorClassification |
getErrorClassification() |
org.json.JSONArray |
getEventBindings() |
boolean |
getIAPAutomaticLoggingEnabled() |
java.lang.String |
getNuxContent() |
boolean |
getNuxEnabled() |
java.lang.String |
getSdkUpdateMessage() |
int |
getSessionTimeoutInSeconds() |
java.lang.String |
getSmartLoginBookmarkIconURL() |
java.lang.String |
getSmartLoginMenuIconURL() |
java.util.EnumSet<SmartLoginOption> |
getSmartLoginOptions() |
boolean |
supportsImplicitLogging() |
public FetchedAppSettings(boolean supportsImplicitLogging,
java.lang.String nuxContent,
boolean nuxEnabled,
boolean customTabsEnabled,
int sessionTimeoutInSeconds,
java.util.EnumSet<SmartLoginOption> smartLoginOptions,
java.util.Map<java.lang.String,java.util.Map<java.lang.String,FetchedAppSettings.DialogFeatureConfig>> dialogConfigMap,
boolean automaticLoggingEnabled,
FacebookRequestErrorClassification errorClassification,
java.lang.String smartLoginBookmarkIconURL,
java.lang.String smartLoginMenuIconURL,
boolean IAPAutomaticLoggingEnabled,
boolean codelessEventsEnabled,
org.json.JSONArray eventBindings,
java.lang.String sdkUpdateMessage)
public boolean supportsImplicitLogging()
public java.lang.String getNuxContent()
public boolean getNuxEnabled()
public boolean getCustomTabsEnabled()
public int getSessionTimeoutInSeconds()
public boolean getAutomaticLoggingEnabled()
public java.util.EnumSet<SmartLoginOption> getSmartLoginOptions()
public java.util.Map<java.lang.String,java.util.Map<java.lang.String,FetchedAppSettings.DialogFeatureConfig>> getDialogConfigurations()
public FacebookRequestErrorClassification getErrorClassification()
public java.lang.String getSmartLoginBookmarkIconURL()
public java.lang.String getSmartLoginMenuIconURL()
public boolean getIAPAutomaticLoggingEnabled()
public boolean getCodelessEventsEnabled()
public org.json.JSONArray getEventBindings()
public java.lang.String getSdkUpdateMessage()
public static FetchedAppSettings.DialogFeatureConfig getDialogFeatureConfig(java.lang.String applicationId, java.lang.String actionName, java.lang.String featureName)