Firebase. RemoteConfig. ConfigInfo
Describes the state of the most recent Fetch() call.
Summary
Normally returned as a result of the GetInfo() function.
Inheritance
Inherits from: SystemIDisposable
Constructors and Destructors |
|
|---|---|
ConfigInfo()
|
Properties |
|
|---|---|
FetchTime
|
System.DateTime
The time when the last fetch operation completed.
|
LastFetchFailureReason
|
|
LastFetchStatus
|
|
ThrottledEndTime
|
System.DateTime
The time when Remote Config data refreshes will no longer be throttled.
|
Public functions |
|
|---|---|
Dispose()
|
void
|
Properties
FetchTime
System.DateTime FetchTime
The time when the last fetch operation completed.
LastFetchFailureReason
FetchFailureReason LastFetchFailureReason
LastFetchStatus
LastFetchStatus LastFetchStatus
ThrottledEndTime
System.DateTime ThrottledEndTime
The time when Remote Config data refreshes will no longer be throttled.
Public functions
ConfigInfo
ConfigInfo()
Dispose
void Dispose()

