RecievedNotification

@objc(UAirshipNotificationRecievedNotification)
final class RecievedNotification : NSObject

NSNotification info when enabled feature changed on PrivacyManager.

  • NSNotification name.

    Declaration

    Swift

    @objc
    public static let name: NSNotification.Name
  • NSNotification userInfo key to get a boolean if the notification was received in the foreground or not.

    Declaration

    Swift

    public static let isForegroundKey: String
  • NSNotification userInfo key to get the notification user info.

    Declaration

    Swift

    public static let notificationKey: String