Package | com.tuarua.firebase.remoteconfig |
Class | public final class RemoteConfigFetchStatus |
Inheritance | RemoteConfigFetchStatus ![]() |
Constant | Defined By | ||
---|---|---|---|
FAILURE : uint = 2 [static] Config fetch failed. | RemoteConfigFetchStatus | ||
NO_FETCH_YET : uint = 0 [static] Config has never been fetched. | RemoteConfigFetchStatus | ||
SUCCESS : uint = 1 [static] Config fetch succeeded. | RemoteConfigFetchStatus | ||
THROTTLED : uint = 3 [static] Config fetch was throttled. | RemoteConfigFetchStatus |
FAILURE | Constant |
public static const FAILURE:uint = 2
Config fetch failed.
NO_FETCH_YET | Constant |
public static const NO_FETCH_YET:uint = 0
Config has never been fetched.
SUCCESS | Constant |
public static const SUCCESS:uint = 1
Config fetch succeeded.
THROTTLED | Constant |
public static const THROTTLED:uint = 3
Config fetch was throttled.