Packagecom.tuarua.firebase.remoteconfig
Classpublic class RemoteConfigSettings
InheritanceRemoteConfigSettings Inheritance Object



Public Properties
 PropertyDefined By
  fetchTimeout : Number = 60
Sets the connection timeout for fetch requests to the Firebase Remote Config servers in seconds.
RemoteConfigSettings
  minimumFetchInterval : Number = 0
Sets the minimum interval between successive fetch calls.
RemoteConfigSettings
Public Methods
 MethodDefined By
  
RemoteConfigSettings
Property Detail
fetchTimeoutproperty
public var fetchTimeout:Number = 60

Sets the connection timeout for fetch requests to the Firebase Remote Config servers in seconds.

minimumFetchIntervalproperty 
public var minimumFetchInterval:Number = 0

Sets the minimum interval between successive fetch calls.

Constructor Detail
RemoteConfigSettings()Constructor
public function RemoteConfigSettings()