<GCKGenericChannelDelegate> 프로토콜

<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 

채널에서 문자 메시지를 받으면 호출됩니다.

- (void) castChannelDidConnect: (GCKGenericChannel *)  channel
optional

채널이 연결되었을 때 호출되며, 채널을 통해 이제 Cast 기기와 메시지를 교환할 수 있음을 나타냅니다.

Parameters
channelThe channel.
- (void) castChannelDidDisconnect: (GCKGenericChannel *)  channel
optional

채널 연결이 해제되었을 때 호출되며, 이는 채널을 통해 더 이상 Cast 기기와 메시지를 교환할 수 없음을 나타냅니다.

Parameters
channelThe channel.
- (void) castChannel: (GCKCastChannel *)  channel
didChangeWritableState: (BOOL)  writable 
optional

채널의 쓰기 가능한 상태가 변경되었을 때 호출됩니다.

Parameters
channelThe channel.
writableWhether the channel is now writable.
다음 이후:
4.0