TNChannel

@objcMembers
public class TNChannel : NSObject, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    public let channelClientId: String?
  • Undocumented

    Declaration

    Swift

    public let channelId: String?
  • Undocumented

    Declaration

    Swift

    public init(channelClientId: String? = nil, channelId: String? = nil)
  • Declaration

    Swift

    public required init(from decoder: Decoder) throws