<GCKGenericChannelDelegate> プロトコル
<GCKCastChannelNSObject> を継承します。
- (void) castChannel: |
|
(GCKGenericChannel *) |
channel |
didReceiveTextMessage: |
|
(NSString *) |
message |
withNamespace: |
|
(NSString *) |
protocolNamespace |
|
|
| |
チャンネルでテキスト メッセージを受信したときに呼び出されます。
チャンネルが接続されたときに呼び出され、チャンネル経由でキャスト デバイスとメッセージを交換できるようになったことを示します。
- Parameters
-
チャンネルの接続が解除されたときに呼び出されます。これは、チャンネルを介してキャスト デバイスとメッセージを交換できないことを表します。
- 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 Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2023-12-01 UTC。
[null,null,["最終更新日 2023-12-01 UTC。"],[[["The `GCKGenericChannelDelegate` protocol defines methods for interacting with a generic Cast channel."],["It provides callbacks for receiving text messages, connection status changes, and changes in the channel's writable state."],["Delegate methods allow developers to respond to events like receiving messages, channel connections, disconnections, and writability changes."],["This protocol inherits from `GCKCastChannelNSObject` and is used when subclassing `GCKCastChannel` is not desired."]]],[]]