<GCKGeneralChannelDelegate> โปรโตคอล
โปรโตคอลการมอบสิทธิ์ GCKGenericChannel
รับค่า <GCKCastChannelNSObject>
- (void) castChannel: |
|
(GCKGenericChannel *) |
channel |
didReceiveTextMessage: |
|
(NSString *) |
message |
withNamespace: |
|
(NSString *) |
protocolNamespace |
|
|
| |
โทรหาเมื่อได้รับ SMS ในช่อง
มีการโทรเมื่อเชื่อมต่อช่องแล้ว ซึ่งแสดงว่าข้อความสามารถแลกเปลี่ยนกับอุปกรณ์แคสต์ผ่านทางช่องได้แล้ว
- Parameters
-
มีการโทรเมื่อยกเลิกการเชื่อมต่อช่องแล้ว ซึ่งแสดงว่าข้อความไม่สามารถแลกเปลี่ยนกับอุปกรณ์แคสต์ผ่านทางช่องได้อีกต่อไป
- Parameters
-
- (void) castChannel: |
|
(GCKCastChannel *) |
channel |
didChangeWritableState: |
|
(BOOL) |
writable |
|
|
| |
|
optional |
เรียกใช้เมื่อสถานะที่เขียนได้ของช่องมีการเปลี่ยนแปลง
- Parameters
-
channel | The channel. |
writable | Whether the channel is now writable. |
- Since
- 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."]]],[]]