FirebaseMessaging Framework Reference

Enumerations

The following enumerations are available globally.

  • @enum FIRMessagingError

    Declaration

    Swift

    typealias MessagingError.Code._ErrorType = MessagingError
  • Status for the downstream message received by the app.

    Declaration

    Swift

    enum MessagingMessageStatus : Int, @unchecked Sendable
  • 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

    Swift

    enum MessagingAPNSTokenType : Int, @unchecked Sendable