<GCKSessionManagerListener> 协议
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
继承 <NSObjectNSObject>。
在会话即将开始时调用。
- Parameters
-
sessionManager | The session manager. |
session | The session. |
在会话成功启动时调用。
- Parameters
-
sessionManager | The session manager. |
session | The session. |
在 Cast 会话即将启动时调用。
- Parameters
-
sessionManager | The session manager. |
session | The session. |
在 Cast 会话成功启动时调用。
- Parameters
-
sessionManager | The session manager. |
session | The Cast session. |
在会话即将结束(无论是通过请求还是由于错误)时调用。
- Parameters
-
sessionManager | The session manager. |
session | The session. |
- (void) sessionManager: |
|
(GCKSessionManager *) |
sessionManager |
didEndSession: |
|
(GCKSession *) |
session |
withError: |
|
(nullable NSError *) |
error |
|
|
| |
|
optional |
在会话结束时调用(无论是通过请求还是由于错误)。
- Parameters
-
sessionManager | The session manager. |
session | The session. |
error | The error, if any; otherwise nil. |
在 Cast 会话即将结束(无论是通过请求还是由于错误)时调用。
- Parameters
-
sessionManager | The session manager. |
session | The session. |
在投射会话结束时(无论是通过请求还是由于错误)调用。
- Parameters
-
sessionManager | The session manager. |
session | The Cast session. |
error | The error, if any; otherwise nil. |
- (void) sessionManager: |
|
(GCKSessionManager *) |
sessionManager |
didFailToStartSession: |
|
(GCKSession *) |
session |
withError: |
|
(NSError *) |
error |
|
|
| |
|
optional |
在会话未能启动时调用。
- Parameters
-
sessionManager | The session manager. |
session | The session. |
error | The error. |
在投放会话无法启动时调用。
- Parameters
-
sessionManager | The session manager. |
session | The Cast session. |
error | The error. |
在会话暂停时调用。
- Parameters
-
sessionManager | The session manager. |
session | The session. |
reason | The reason for the suspension. |
在投放会话被暂停时调用。
- Parameters
-
sessionManager | The session manager. |
session | The Cast session. |
reason | The reason for the suspension. |
在会话即将恢复时调用。
- Parameters
-
sessionManager | The session manager. |
session | The session. |
在会话成功恢复时调用。
- Parameters
-
sessionManager | The session manager. |
session | The session. |
在 Cast 会话即将恢复时调用。
- Parameters
-
sessionManager | The session manager. |
session | The session. |
在 Cast 会话成功恢复时调用。
- Parameters
-
sessionManager | The session manager. |
session | The Cast session. |
当与此会话关联的设备发生某种变化(例如,好记的名称发生变化)时调用。
- Parameters
-
sessionManager | The session manager. |
session | The Cast session. |
device | The updated device object. |
- 开始时间
- 3.2
- (void) sessionManager: |
|
(GCKSessionManager *) |
sessionManager |
session: |
|
(GCKSession *) |
session |
didReceiveDeviceVolume: |
|
(float) |
volume |
muted: |
|
(BOOL) |
muted |
|
|
| |
|
optional |
在收到某个会话的设备音量和静音状态更新时调用。
- Parameters
-
sessionManager | The session manager. |
session | The session. |
volume | The current volume, in the range [0.0, 1.0]. |
muted | The current mute state. |
- (void) sessionManager: |
|
(GCKSessionManager *) |
sessionManager |
castSession: |
|
(GCKCastSession *) |
session |
didReceiveDeviceVolume: |
|
(float) |
volume |
muted: |
|
(BOOL) |
muted |
|
|
| |
|
optional |
在收到 Cast 会话的最新设备音量和静音状态时调用。
- Parameters
-
sessionManager | The session manager. |
session | The Cast session. |
volume | The current volume, in the range [0.0, 1.0]. |
muted | The current mute state. |
- (void) sessionManager: |
|
(GCKSessionManager *) |
sessionManager |
session: |
|
(GCKSession *) |
session |
didReceiveDeviceStatus: |
|
(nullable NSString *) |
statusText |
|
|
| |
|
optional |
在收到会话的最新设备状态时调用。
- Parameters
-
sessionManager | The session manager. |
session | The session. |
statusText | The new device status text. |
- (void) sessionManager: |
|
(GCKSessionManager *) |
sessionManager |
castSession: |
|
(GCKCastSession *) |
session |
didReceiveDeviceStatus: |
|
(nullable NSString *) |
statusText |
|
|
| |
|
optional |
在收到 Cast 会话的最新设备状态时调用。
- Parameters
-
sessionManager | The session manager. |
session | The Cast session. |
statusText | The new device status text. |
- (void) sessionManager: |
|
(GCKSessionManager *) |
sessionManager |
didUpdateDefaultSessionOptionsForDeviceCategory: |
|
(NSString *) |
category |
|
|
| |
|
optional |
在给定设备类别的默认会话选项发生更改时调用。
- Parameters
-
sessionManager | The session manager. |
category | The device category. |
- 开始时间
- 4.0
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2023-12-02。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2023-12-02。"],[],[]]