FirebaseMessaging Framework Reference

Enumerations

The following enumerations are available globally.

  • @enum FIRMessagingError

    Declaration

    Objective-C

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

    Declaration

    Objective-C

    enum FIRMessagingMessageStatus : NSInteger {}
  • The APNs token type for the app. If the token type is set to UNKNOWN Firebase Messaging will implicitly try to figure out what the actual token type is from the provisioning profile. Unless you really need to specify the type, you should use the APNSToken property instead.

    Declaration

    Objective-C

    enum FIRMessagingAPNSTokenType : NSInteger {}