Packagecom.tuarua.firebase.remoteconfig
Classpublic final class RemoteConfigFetchStatus
InheritanceRemoteConfigFetchStatus Inheritance Object



Public Constants
 ConstantDefined 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
Constant Detail
FAILUREConstant
public static const FAILURE:uint = 2

Config fetch failed.

NO_FETCH_YETConstant 
public static const NO_FETCH_YET:uint = 0

Config has never been fetched.

SUCCESSConstant 
public static const SUCCESS:uint = 1

Config fetch succeeded.

THROTTLEDConstant 
public static const THROTTLED:uint = 3

Config fetch was throttled.