-
public class FetchedAppSettingsManagercom.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 interfaceFetchedAppSettingsManager.FetchedAppSettingsCallback
-
Field Summary
Fields Modifier and Type Field Description public final static FetchedAppSettingsManagerINSTANCE
-
Method Summary
Modifier and Type Method Description final static UnitloadAppSettingsAsync()final static FetchedAppSettingsgetAppSettingsWithoutQuery(String applicationId)final static UnitgetAppSettingsAsync(FetchedAppSettingsManager.FetchedAppSettingsCallback callback)Run callback with app settings if available. final static Map<String, Boolean>getCachedMigratedAutoLogValuesInAppSettings()final static FetchedAppSettingsqueryAppSettings(String applicationId, Boolean forceRequery)final static UnitsetIsUnityInit(Boolean flag)-
-
Method Detail
-
loadAppSettingsAsync
final static Unit loadAppSettingsAsync()
-
getAppSettingsWithoutQuery
final static FetchedAppSettings getAppSettingsWithoutQuery(String applicationId)
-
getAppSettingsAsync
final static Unit getAppSettingsAsync(FetchedAppSettingsManager.FetchedAppSettingsCallback callback)
Run callback with app settings if available. It is possible that app settings take a while to load due to latency or it is requested too early in the application lifecycle.
- Parameters:
callback- Callback to be run after app settings are available
-
getCachedMigratedAutoLogValuesInAppSettings
final static Map<String, Boolean> getCachedMigratedAutoLogValuesInAppSettings()
-
queryAppSettings
final static FetchedAppSettings queryAppSettings(String applicationId, Boolean forceRequery)
-
setIsUnityInit
final static Unit setIsUnityInit(Boolean flag)
-
-
-
-