UAirshipNotificationChannelCreated

@objc(UAirshipNotificationChannelCreated)
public final class UAirshipNotificationChannelCreated : NSObject

Notification when channel is created.

  • Notification name

    Declaration

    Swift

    @objc
    public static let name: NSNotification.Name
  • NSNotification userInfo key to get the channel ID.

    Declaration

    Swift

    @objc
    public static let channelIDKey: String
  • NSNotification userInfo key to get a boolean if the channel is existing or not.

    Declaration

    Swift

    @objc
    public static let isExistingChannelKey: String