<GCKGenericChannelDelegate> 协议参考
概览
GCKGenericChannel 委托协议。
继承 <GCKCastChannelNSObject>。
实例方法摘要 | |
(void) | - castChannel:didReceiveTextMessage:withNamespace: |
在频道上收到短信时调用。更多... | |
(void) | - castChannelDidConnect: |
在通道连接时调用,表示现在可以通过该通道与 Cast 设备互发消息。更多... | |
(void) | - castChannelDidDisconnect: |
在通道断开连接时调用,表示无法再通过通道与 Cast 设备互发消息。更多... | |
(void) | - castChannel:didChangeWritableState: |
在通道的可写状态发生变化时调用。更多... | |
方法详细信息
- (void) castChannel: | (GCKGenericChannel *) | channel | |
didReceiveTextMessage: | (NSString *) | message | |
withNamespace: | (NSString *) | protocolNamespace | |
在频道上收到短信时调用。
|
optional |
在通道连接时调用,表示现在可以通过该通道与 Cast 设备互发消息。
- Parameters
-
channel The channel.
|
optional |
在通道断开连接时调用,表示无法再通过通道与 Cast 设备互发消息。
- Parameters
-
channel The channel.
|
optional |
在通道的可写状态发生变化时调用。
- Parameters
-
channel The channel. writable Whether the channel is now writable.
- 开始时间
- 4.0