Android SDK Version


public final class FetchedAppSettings
com.facebook.internal is solely for the use of other packages within the Facebook SDK for Android. Use of any of the classes in this package is unsupported, and they may be modified or removed without warning at any time.
Nested Class Summary
Modifier and TypeClassDescription
public final classFetchedAppSettings.DialogFeatureConfig
public classFetchedAppSettings.Companion
Constructor Summary
ConstructorDescription
FetchedAppSettings(Boolean supportsImplicitLogging, String nuxContent, Boolean nuxEnabled, Integer sessionTimeoutInSeconds, EnumSet<SmartLoginOption> smartLoginOptions, Map<String, Map<String, FetchedAppSettings.DialogFeatureConfig>> dialogConfigurations, Boolean automaticLoggingEnabled, FacebookRequestErrorClassification errorClassification, String smartLoginBookmarkIconURL, String smartLoginMenuIconURL, Boolean iAPAutomaticLoggingEnabled, Boolean codelessEventsEnabled, JSONArray eventBindings, String sdkUpdateMessage, Boolean trackUninstallEnabled, Boolean monitorViaDialogEnabled, String rawAamRules, String suggestedEventsSetting, String restrictiveDataSetting)
Method Summary
Constructor Detail

FetchedAppSettings

FetchedAppSettings(Boolean supportsImplicitLogging, String nuxContent, Boolean nuxEnabled, Integer sessionTimeoutInSeconds, EnumSet<SmartLoginOption> smartLoginOptions, Map<String, Map<String, FetchedAppSettings.DialogFeatureConfig>> dialogConfigurations, Boolean automaticLoggingEnabled, FacebookRequestErrorClassification errorClassification, String smartLoginBookmarkIconURL, String smartLoginMenuIconURL, Boolean iAPAutomaticLoggingEnabled, Boolean codelessEventsEnabled, JSONArray eventBindings, String sdkUpdateMessage, Boolean trackUninstallEnabled, Boolean monitorViaDialogEnabled, String rawAamRules, String suggestedEventsSetting, String restrictiveDataSetting)
Method Detail

getNuxContent

 final StringgetNuxContent()

getNuxEnabled

 final BooleangetNuxEnabled()

getSessionTimeoutInSeconds

 final IntegergetSessionTimeoutInSeconds()

getSmartLoginOptions

 final EnumSet<SmartLoginOption> getSmartLoginOptions()

getAutomaticLoggingEnabled

 final BooleangetAutomaticLoggingEnabled()

getSmartLoginBookmarkIconURL

 final StringgetSmartLoginBookmarkIconURL()

getSmartLoginMenuIconURL

 final StringgetSmartLoginMenuIconURL()

getIAPAutomaticLoggingEnabled

 final BooleangetIAPAutomaticLoggingEnabled()

getCodelessEventsEnabled

 final BooleangetCodelessEventsEnabled()

getEventBindings

 final JSONArraygetEventBindings()

getSdkUpdateMessage

 final StringgetSdkUpdateMessage()

getTrackUninstallEnabled

 final BooleangetTrackUninstallEnabled()

getMonitorViaDialogEnabled

 final BooleangetMonitorViaDialogEnabled()

getRawAamRules

 final StringgetRawAamRules()

getSuggestedEventsSetting

 final StringgetSuggestedEventsSetting()

getRestrictiveDataSetting

 final StringgetRestrictiveDataSetting()

supportsImplicitLogging

 final BooleansupportsImplicitLogging()