-
public final class FetchedAppSettingscom.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
Nested Classes Modifier and Type Class Description public final classFetchedAppSettings.DialogFeatureConfigpublic classFetchedAppSettings.Companion
-
Field Summary
-
Constructor Summary
Constructors Constructor Description 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, JSONArray protectedModeStandardParamsSetting, JSONArray MACARuleMatchingSetting, Map<String, Boolean> migratedAutoLogValues, JSONArray blocklistEvents, JSONArray redactedEvents, JSONArray sensitiveParams)
-
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, JSONArray protectedModeStandardParamsSetting, JSONArray MACARuleMatchingSetting, Map<String, Boolean> migratedAutoLogValues, JSONArray blocklistEvents, JSONArray redactedEvents, JSONArray sensitiveParams)
-
-
Method Detail
-
getNuxContent
final String getNuxContent()
-
getNuxEnabled
final Boolean getNuxEnabled()
-
getSessionTimeoutInSeconds
final Integer getSessionTimeoutInSeconds()
-
getSmartLoginOptions
final EnumSet<SmartLoginOption> getSmartLoginOptions()
-
getDialogConfigurations
final Map<String, Map<String, FetchedAppSettings.DialogFeatureConfig>> getDialogConfigurations()
-
getAutomaticLoggingEnabled
final Boolean getAutomaticLoggingEnabled()
-
getErrorClassification
final FacebookRequestErrorClassification getErrorClassification()
-
getSmartLoginBookmarkIconURL
final String getSmartLoginBookmarkIconURL()
-
getSmartLoginMenuIconURL
final String getSmartLoginMenuIconURL()
-
getIAPAutomaticLoggingEnabled
final Boolean getIAPAutomaticLoggingEnabled()
-
getCodelessEventsEnabled
final Boolean getCodelessEventsEnabled()
-
getEventBindings
final JSONArray getEventBindings()
-
getSdkUpdateMessage
final String getSdkUpdateMessage()
-
getTrackUninstallEnabled
final Boolean getTrackUninstallEnabled()
-
getMonitorViaDialogEnabled
final Boolean getMonitorViaDialogEnabled()
-
getRawAamRules
final String getRawAamRules()
-
getSuggestedEventsSetting
final String getSuggestedEventsSetting()
-
getRestrictiveDataSetting
final String getRestrictiveDataSetting()
-
getProtectedModeStandardParamsSetting
final JSONArray getProtectedModeStandardParamsSetting()
-
getMACARuleMatchingSetting
final JSONArray getMACARuleMatchingSetting()
-
getMigratedAutoLogValues
final Map<String, Boolean> getMigratedAutoLogValues()
-
getBlocklistEvents
final JSONArray getBlocklistEvents()
-
getRedactedEvents
final JSONArray getRedactedEvents()
-
getSensitiveParams
final JSONArray getSensitiveParams()
-
supportsImplicitLogging
final Boolean supportsImplicitLogging()
-
-
-
-