ReceivedNotificationResponse

@objc(UAirshipNotificationReceivedNotificationResponse)
final class ReceivedNotificationResponse : 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 the response dictionary.

    Declaration

    Swift

    public static let responseKey: String