Wraps the current state of the FirebaseRemoteConfig singleton object.
| abstract FirebaseRemoteConfigSettings |
getConfigSettings()
Gets the current settings of the FirebaseRemoteConfig singleton object.
|
| abstract long |
getFetchTimeMillis()
Gets the timestamp (milliseconds since epoch) of the last successful fetch, regardless of
whether the fetch was activated or not.
|
| abstract int |
getLastFetchStatus()
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.