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
The reason the most recent fetch failed.
LastFetchStatus
The status of the last fetch request.
ThrottledEndTime
System.DateTime
The time when Remote Config data refreshes will no longer be throttled.

Public functions

Dispose()
void
Dispose(bool disposing)
void

Properties

FetchTime

System.DateTime FetchTime

The time when the last fetch operation completed.

LastFetchFailureReason

FetchFailureReason LastFetchFailureReason

The reason the most recent fetch failed.

LastFetchStatus

LastFetchStatus LastFetchStatus

The status of the last fetch request.

ThrottledEndTime

System.DateTime ThrottledEndTime

The time when Remote Config data refreshes will no longer be throttled.

Public functions

ConfigInfo

 ConfigInfo()

Dispose

void Dispose()

Dispose

void Dispose(
  bool disposing
)