<GCKGenericChannelDelegate> 协议
    
    
      
    
    
      
      使用集合让一切井井有条
    
    
      
      根据您的偏好保存内容并对其进行分类。
    
  
  
      
    
  
  
  
  
  
    
  
  
    
    
    
继承 <GCKCastChannelNSObject>。
      
        
          | - (void) castChannel:  | 
           | 
          (GCKGenericChannel *)  | 
          channel | 
        
        
          | didReceiveTextMessage: | 
           | 
          (NSString *)  | 
          message | 
        
        
          | withNamespace: | 
           | 
          (NSString *)  | 
          protocolNamespace  | 
        
        
           | 
           | 
           |  | 
        
      
 
 
在通道连接时调用,表示现在可以通过该通道与 Cast 设备互发消息。
- Parameters
 - 
  
  
 
 
 
在通道断开连接时调用,表示无法再通过通道与 Cast 设备互发消息。
- Parameters
 - 
  
  
 
 
 
  
  
      
        
          | - (void) castChannel:  | 
           | 
          (GCKCastChannel *)  | 
          channel | 
         
        
          | didChangeWritableState: | 
           | 
          (BOOL)  | 
          writable  | 
         
        
           | 
           | 
           |  | 
         
       
   | 
  
optional   | 
  
 
在通道的可写状态发生变化时调用。
- Parameters
 - 
  
    | channel | The channel.  | 
    | writable | Whether the channel is now writable.  | 
  
   
- 开始时间
 - 4.0 
 
 
 
 
  
  
  
 
  
    
    
    
  
  
  如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
  最后更新时间 (UTC):2025-07-25。
  
  
  
    
      [null,null,["最后更新时间 (UTC):2025-07-25。"],[],["The `GCKGenericChannelDelegate` protocol defines methods for handling channel events.  It notifies when a text message is received via `castChannel:didReceiveTextMessage:withNamespace:`. It also reports connection and disconnection events via `castChannelDidConnect:` and `castChannelDidDisconnect:`, enabling message exchange or indicating its termination. The protocol informs of changes in the channel's writable state through `castChannel:didChangeWritableState:`, specifying whether messages can be sent.\n"]]