FirebaseMessaging Framework Reference

Constants

The following constants are available globally.

  • Notification sent when the FCM registration token has been refreshed. Please use the FIRMessaging delegate method messaging:didReceiveRegistrationToken: to receive current and updated tokens.

    Declaration

    Swift

    static let MessagingRegistrationTokenRefreshed: NSNotification.Name
  • The domain used for all errors in Messaging.

    Declaration

    Swift

    let MessagingErrorDomain: String