Protocols

The following protocols are available globally.

  • Channelイベントデリゲート

    See more

    Declaration

    Objective-C

    @protocol SKWChannelDelegate <NSObject>

    Swift

    protocol ChannelDelegate : NSObjectProtocol
  • Contextイベントデリゲート

    See more

    Declaration

    Objective-C

    @protocol SKWContextDelegate <NSObject>

    Swift

    protocol ContextDelegate : NSObjectProtocol
  • LocalPersonイベントデリゲート

    See more

    Declaration

    Objective-C

    @protocol SKWLocalPersonDelegate <SKWMemberDelegate>

    Swift

    protocol LocalPersonDelegate : MemberDelegate
  • Loggerイベントデリゲート

    See more

    Declaration

    Objective-C

    @protocol SKWLoggerDelegate <NSObject>

    Swift

    protocol LoggerDelegate : NSObjectProtocol
  • Memberイベントデリゲート

    See more

    Declaration

    Objective-C

    @protocol SKWMemberDelegate <NSObject>

    Swift

    protocol MemberDelegate : NSObjectProtocol
  • Publicationイベントデリゲート

    See more

    Declaration

    Objective-C

    @protocol SKWPublicationDelegate <NSObject>

    Swift

    protocol PublicationDelegate : NSObjectProtocol
  • RemoteDataStreamイベントデリゲート

    See more

    Declaration

    Objective-C

    @protocol SKWRemoteDataStreamDelegate <NSObject>

    Swift

    protocol RemoteDataStreamDelegate : NSObjectProtocol
  • RemotePersonイベントデリゲート

    See more

    Declaration

    Objective-C

    @protocol SKWRemotePersonDelegate <SKWMemberDelegate>

    Swift

    protocol RemotePersonDelegate : MemberDelegate
  • VideoStreamProtocol

    See more

    Declaration

    Objective-C

    @protocol SKWVideoStreamProtocol <NSObject>

    Swift

    protocol VideoStreamProtocol : NSObjectProtocol
  • Subscriptionイベントデリゲート

    See more

    Declaration

    Objective-C

    @protocol SKWSubscriptionDelegate <NSObject>

    Swift

    protocol SubscriptionDelegate : NSObjectProtocol