| Package | com.tuarua.firebase.remoteconfig |
| Class | public final class RemoteConfigFetchStatus |
| Inheritance | RemoteConfigFetchStatus Object |
| 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 = 2Config fetch failed.
| NO_FETCH_YET | Constant |
public static const NO_FETCH_YET:uint = 0Config has never been fetched.
| SUCCESS | Constant |
public static const SUCCESS:uint = 1Config fetch succeeded.
| THROTTLED | Constant |
public static const THROTTLED:uint = 3Config fetch was throttled.