ChannelCreated
final class ChannelCreated
NSNotification info when the channel is created.
-
NSNotification name.
Declaration
Swift
public static let name: NSNotification.Name -
NSNotification userInfo key to get the channel ID.
Declaration
Swift
public static let channelIDKey: String -
NSNotification userInfo key to get a boolean if the channel is existing or not.
Declaration
Swift
public static let isExistingChannelKey: String
View on GitHub