FirebaseRemoteConfig Framework Reference

Enumerations

The following enumerations are available globally.

  • Indicates whether updated data was successfully fetched.

    Declaration

    Objective-C

    enumFIRRemoteConfigFetchStatus:NSInteger{}
  • Indicates whether updated data was successfully fetched and activated.

    Declaration

    Objective-C

    enumFIRRemoteConfigFetchAndActivateStatus:NSInteger{}
  • Firebase Remote Config service fetch error.

    Declaration

    Objective-C

    enumFIRRemoteConfigError:NSInteger{}
  • Firebase Remote Config real-time config update service error.

    Declaration

    Objective-C

    enumFIRRemoteConfigUpdateError:NSInteger{}
  • Firebase Remote Config custom signals error.

    Declaration

    Objective-C

    enumFIRRemoteConfigCustomSignalsError:NSInteger{}
  • Enumerated value that indicates the source of Remote Config data. Data can come fromthe Remote Config service, the DefaultConfig that is available when the app is first installed,or a static initialized value if data is not available from the service or DefaultConfig.

    Declaration

    Objective-C

    enumFIRRemoteConfigSource:NSInteger{}

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-03-11 UTC.