AirshipNotifications

@objc(UAirshipNotifications)
public final class AirshipNotifications : NSObject

NSNotificationCenter keys event names

  • Notification when Airship is ready.

    See more

    Declaration

    Swift

    @objc(UAirshipNotificationsAirshipReady)
    public final class AirshipReady : NSObject
  • NSNotification info when a conflict event is emitted.

    See more

    Declaration

    Swift

    @objc(UAirshipNotificationContactConflict)
    final class ContactConflict : NSObject
  • NSNotification info when enabled feature changed on PrivacyManager.

    See more

    Declaration

    Swift

    @objc(UAirshipNotificationPrivacyManagerUpdated)
    final class PrivacyManagerUpdated : NSObject
  • NSNotification info when the channel is created.

    See more

    Declaration

    Swift

    @objc(UAirshipNotificationChannelCreated)
    final class ChannelCreated : NSObject
  • NSNotification info when the locale is updated.

    See more

    Declaration

    Swift

    @objc(UAirshipNotificationLocaleUpdated)
    final class LocaleUpdated : NSObject
  • NSNotification info when enabled feature changed on PrivacyManager.

    See more

    Declaration

    Swift

    @objc(UAirshipNotificationReceivedNotificationResponse)
    final class ReceivedNotificationResponse : NSObject
  • NSNotification info when enabled feature changed on PrivacyManager.

    See more

    Declaration

    Swift

    @objc(UAirshipNotificationRecievedNotification)
    final class RecievedNotification : NSObject