Protocols
The following protocols are available globally.
-
Channelイベントデリゲート
See moreDeclaration
Objective-C
@protocol SKWChannelDelegate <NSObject>Swift
protocol ChannelDelegate : NSObjectProtocol -
Contextイベントデリゲート
See moreDeclaration
Objective-C
@protocol SKWContextDelegate <NSObject>Swift
protocol ContextDelegate : NSObjectProtocol -
LocalPersonイベントデリゲート
See moreDeclaration
Objective-C
@protocol SKWLocalPersonDelegate <SKWMemberDelegate>Swift
protocol LocalPersonDelegate : MemberDelegate -
Loggerイベントデリゲート
See moreDeclaration
Objective-C
@protocol SKWLoggerDelegate <NSObject>Swift
protocol LoggerDelegate : NSObjectProtocol -
Memberイベントデリゲート
See moreDeclaration
Objective-C
@protocol SKWMemberDelegate <NSObject>Swift
protocol MemberDelegate : NSObjectProtocol -
Publicationイベントデリゲート
See moreDeclaration
Objective-C
@protocol SKWPublicationDelegate <NSObject>Swift
protocol PublicationDelegate : NSObjectProtocol -
RemoteDataStreamイベントデリゲート
See moreDeclaration
Objective-C
@protocol SKWRemoteDataStreamDelegate <NSObject>Swift
protocol RemoteDataStreamDelegate : NSObjectProtocol -
RemotePersonイベントデリゲート
See moreDeclaration
Objective-C
@protocol SKWRemotePersonDelegate <SKWMemberDelegate>Swift
protocol RemotePersonDelegate : MemberDelegate -
VideoStreamProtocol
See moreDeclaration
Objective-C
@protocol SKWVideoStreamProtocol <NSObject>Swift
protocol VideoStreamProtocol : NSObjectProtocol -
Subscriptionイベントデリゲート
See moreDeclaration
Objective-C
@protocol SKWSubscriptionDelegate <NSObject>Swift
protocol SubscriptionDelegate : NSObjectProtocol
Protocols Reference