| com.google.firebase.remoteconfig.FirebaseRemoteConfigInfo |
Wraps the current state of the FirebaseRemoteConfig singleton object.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the current settings of the FirebaseRemoteConfig singleton object.
| |||||||||||
Gets the timestamp (milliseconds since epoch) of the last successful fetch, regardless
of whether the fetch was activated or not.
| |||||||||||
Gets the status of the most recent fetch attempt.
| |||||||||||
Gets the current settings of the FirebaseRemoteConfig singleton object.
FirebaseRemoteConfigSettings object
indicating the current settings.
Gets the timestamp (milliseconds since epoch) of the last successful fetch, regardless of whether the fetch was activated or not.
Gets the status of the most recent fetch attempt.
LAST_FETCH_STATUS_SUCCESS,
LAST_FETCH_STATUS_FAILURE,
LAST_FETCH_STATUS_THROTTLED, or
LAST_FETCH_STATUS_NO_FETCH_YET.