ChannelCreated

@objc(UAirshipNotificationChannelCreated)
final class ChannelCreated : NSObject

NSNotification info when the channel is created.

  • NSNotification 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