ChannelDelegate
protocol ChannelDelegate : NSObjectProtocolChannelイベントデリゲート
- 
                  
                  このChannelが閉じられた時に発生するイベント DeclarationSwift optional func channelDidClose(_ channel: Channel)ParameterschannelChannel 
- 
                  
                  このChannelのMetadataが更新された時に発生するイベント DeclarationSwift optional func channel(_ channel: Channel, didUpdateMetadata metadata: String)ParameterschannelChannel metadataMetadata 
- 
                  
                  このChannelに参加しているMemberの数が変化した時に発生するイベント channel(_:memberDidJoin:)またはchannel(_:memberDidLeave:)がコールされた後にコールされます。DeclarationSwift optional func channelMemberListDidChange(_ channel: Channel)ParameterschannelChannel 
- 
                  
                  このChannelのPublicationの数が変化した時に発生するイベント channel(_:didPublishStreamOfPublication:)またはchannel(_:didUnpublishStreamOfPublication:)がコールされた後にコールされます。DeclarationSwift optional func channelPublicationListDidChange(_ channel: Channel)ParameterschannelChannel 
- 
                  
                  このChannelにStreamがPublishされた時に発生するイベント DeclarationSwift optional func channel(_ channel: Channel, didPublishStreamOf publication: Publication)ParameterschannelChannel publication対象のPublication 
- 
                  
                  このChannelにStreamがUnpublishされた時に発生するイベント DeclarationSwift optional func channel(_ channel: Channel, didUnpublishStreamOf publication: Publication)ParameterschannelChannel publication対象のPublication 
- 
                  
                  このChannelのPublicationが Enabled状態に変更された時に発生するイベントDeclarationSwift optional func channel(_ channel: Channel, publicationDidChangeToEnabled publication: Publication)ParameterschannelChannel publication対象のPublication 
- 
                  
                  このChannelのPublicationが Disabled状態に変更された時に発生するイベントDeclarationSwift optional func channel(_ channel: Channel, publicationDidChangeToDisabled publication: Publication)ParameterschannelChannel publication対象のPublication 
- 
                  
                  このChannelのPublicationのMetadataが更新された時に発生するイベント DeclarationSwift optional func channel(_ channel: Channel, publication: Publication, metadataDidUpdate metadata: String)ParameterschannelChannel publication対象のPublication metadataMetadata 
- 
                  
                  StreamがSubscribeまたはUnsubscribeされた時に発生するイベント channel(_:didSubscribeStreamOf:)またはchannel(_:UnsubscribeStreamOf:)がコールされた後にコールされます。DeclarationSwift optional func channelSubscriptionListDidChange(_ channel: Channel)ParameterschannelChannel 
- 
                  
                  StreamがSubscribeされた時に発生するイベント DeclarationSwift optional func channel(_ channel: Channel, didSubscribePublicationOf subscription: Subscription)ParameterschannelChannel subscription対象のSubscription LocalPersonによるSubscribeである場合、まだstreamがsetされていない可能性があります。 
- 
                  
                  StreamがUnsubscribeされた時に発生するイベント DeclarationSwift optional func channel(_ channel: Channel, didUnsubscribePublicationOf subscription: Subscription)ParameterschannelChannel subscription対象のSubscription 
 ChannelDelegate Protocol Reference
        ChannelDelegate Protocol Reference