Also:
Google Play services
public class FirebaseRemoteConfigFetchThrottledException extends FirebaseRemoteConfigException
An exception thrown when a fetch()
call is throttled.
Public Constructor Summary
FirebaseRemoteConfigFetchThrottledException(long
throttleEndTimeMillis)
Creates a throttled exception with the earliest time that a fetch call might be
made without being throttled.
|
Public Method Summary
long |
getThrottleEndTimeMillis()
Returns the time, in millis since epoch, until which all fetch calls will be
throttled.
|
Inherited Method Summary
Public Constructors
public FirebaseRemoteConfigFetchThrottledException (long throttleEndTimeMillis)
Also:
Google Play services
Creates a throttled exception with the earliest time that a fetch call might be made without being throttled.
Parameters
throttleEndTimeMillis | the time, in millis since epoch, until which all fetch calls will be throttled. |
---|
Public Methods
public long getThrottleEndTimeMillis ()
Also:
Google Play services
Returns the time, in millis since epoch, until which all fetch calls will be throttled.