ChannelScopes

@objc(UAChannelScopes)
public final class ChannelScopes : NSObject, Decodable, Sendable

Channel scopes.

  • The scopes

    Declaration

    Swift

    public let values: [ChannelScope]
  • The raw channel scope values.

    Declaration

    Swift

    @objc(values)
    public var rawValues: [Int] { get }
  • Declaration

    Swift

    public required init(from decoder: Decoder) throws