ScopedSubscriptionListEdit
public enum ScopedSubscriptionListEdit : Equatable
Represents an edit made to a scoped subscription list through the SDK.
-
Subscribed
Declaration
Swift
case subscribe(String, ChannelScope)
-
Unsubscribed
Declaration
Swift
case unsubscribe(String, ChannelScope)