FirebaseRemoteConfig Framework Reference

Type Definitions

The following type definitions are available globally.

  • Completion handler invoked by fetch methods when they get a response from the server.

    Parameters

    status

    Config fetching status.

    error

    Error message on failure.

  • Completion handler invoked by activate method upon completion.

    Parameters

    error

    Error message on failure. Nil if activation was successful.

  • Completion handler invoked upon completion of Remote Config initialization.

    Parameters

    initializationError

    nil if initialization succeeded.

  • Completion handler invoked by the fetchAndActivate method. Used to convey status of fetch and, if successful, resultant activate call

    Parameters

    status

    Config fetching status.

    error

    Error message on failure of config fetch

  • Completion handler invoked by addOnConfigUpdateListener when there is an update to the config from the backend.

    Parameters

    configUpdate

    An instance of FIRRemoteConfigUpdate that contains information on which key’s values have changed.

    error

    Error message on failure.