Package | com.tuarua.firebase.remoteconfig |
Class | public class RemoteConfigSettings |
Inheritance | RemoteConfigSettings ![]() |
Property | Defined 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 |
Method | Defined By | ||
---|---|---|---|
RemoteConfigSettings |
fetchTimeout | property |
public var fetchTimeout:Number = 60
Sets the connection timeout for fetch requests to the Firebase Remote Config servers in seconds.
minimumFetchInterval | property |
public var minimumFetchInterval:Number = 0
Sets the minimum interval between successive fetch calls.
RemoteConfigSettings | () | Constructor |
public function RemoteConfigSettings()