Android SDK Version


public class FetchedAppSettingsManager
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 interfaceFetchedAppSettingsManager.FetchedAppSettingsCallback
Field Summary
Modifier and TypeFieldDescription
public final static FetchedAppSettingsManagerINSTANCE
Method Summary
Modifier and TypeMethodDescription
final static UnitloadAppSettingsAsync()
final static FetchedAppSettingsgetAppSettingsWithoutQuery(String applicationId)
final static UnitgetAppSettingsAsync(FetchedAppSettingsManager.FetchedAppSettingsCallback callback) Run callback with app settings if available.
final static FetchedAppSettingsqueryAppSettings(String applicationId, Boolean forceRequery)
final static UnitsetIsUnityInit(Boolean flag)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Method Detail

loadAppSettingsAsync

 final static UnitloadAppSettingsAsync()

getAppSettingsWithoutQuery

 final static FetchedAppSettingsgetAppSettingsWithoutQuery(String applicationId)

getAppSettingsAsync

 final static UnitgetAppSettingsAsync(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

queryAppSettings

 final static FetchedAppSettingsqueryAppSettings(String applicationId, Boolean forceRequery)

setIsUnityInit

 final static UnitsetIsUnityInit(Boolean flag)