FirebaseRemoteConfigInfo
data class FirebaseRemoteConfigInfo(val configSettings: FirebaseRemoteConfigSettings, val fetchTime: Instant, val lastFetchStatus: FetchStatus)(source)
Wraps the current state of the FirebaseRemoteConfig singleton object.
Constructors
Link copied to clipboard
constructor(configSettings: FirebaseRemoteConfigSettings, fetchTime: Instant, lastFetchStatus: FetchStatus)
Properties
Link copied to clipboard
Gets the current settings of the FirebaseRemoteConfig singleton object.
Link copied to clipboard
Link copied to clipboard
Gets the status of the most recent fetch attempt.