An exception thrown when a fetch() call is throttled.
|
FirebaseRemoteConfigFetchThrottledException(long throttleEndTimeMillis)
Creates a throttled exception with the earliest time that a fetch call might be made without
being throttled.
|
| long |
getThrottleEndTimeMillis()
Returns the time, in millis since epoch, until which all fetch calls will be throttled.
|
Creates a throttled exception with the earliest time that a fetch call might be made without being throttled.
| throttleEndTimeMillis | the time, in millis since epoch, until which all fetch calls will be throttled. |
|---|
Returns the time, in millis since epoch, until which all fetch calls will be throttled.