FirebaseMessaging Framework Reference

MessagingMessageStatus

enum MessagingMessageStatus : Int, @unchecked Sendable

Status for the downstream message received by the app.

  • Unknown status.

    Declaration

    Swift

    case unknown = 0
  • new

    New downstream message received by the app.

    Declaration

    Swift

    case new = 1