SCSConnectionEvent

@interface SCSConnectionEvent : NSObject <SCSChatEvent>

Information about an event related to a connection change.

  • The connection type change which has triggered this event.

    Declaration

    Objective-C

    @property (readonly, nonatomic) SCSConnectionType type;

    Swift

    var type: SCSConnectionType { get }