FirebaseMessaging Framework Reference

Enumerations

The following enumerations are available globally.

  • @enum FIRMessagingError

    Declaration

    Objective-C

    enumFIRMessagingError:NSInteger{}
  • Status for the downstream message received by the app.

    Declaration

    Objective-C

    enumFIRMessagingMessageStatus:NSInteger{}
  • The APNs token type for the app. If the token type is set toUNKNOWNFirebase Messaging will implicitly try to figure out what the actual token typeis from the provisioning profile.Unless you really need to specify the type, you should use theAPNSTokenproperty instead.

    Declaration

    Objective-C

    enumFIRMessagingAPNSTokenType: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.