FirebaseRemoteConfigFetchThrottledException

class FirebaseRemoteConfigFetchThrottledException : FirebaseRemoteConfigException


An exception thrown when a fetch call is throttled.

Summary

Public constructors

FirebaseRemoteConfigFetchThrottledException(
    throttleEndTimeMillis: Long
)

Creates a throttled exception with the earliest time that a fetch call might be made without being throttled.

Public properties

Long

Inherited properties

From com.google.firebase.remoteconfig.FirebaseRemoteConfigException
FirebaseRemoteConfigException.Code!

Code that specifies the type of exception.

Public constructors

FirebaseRemoteConfigFetchThrottledException

FirebaseRemoteConfigFetchThrottledException(
    throttleEndTimeMillis: Long
)

Creates a throttled exception with the earliest time that a fetch call might be made without being throttled.

Parameters
throttleEndTimeMillis: Long

the time, in millis since epoch, until which all fetch calls will be throttled.

Public properties

throttleEndTimeMillis

val throttleEndTimeMillisLong