GCKSession(受保護的) 類別
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
僅由 GCKSession 子類別覆寫並呼叫的方法。
- 開始時間
- 3.0
結束包含指定動作的工作階段。
這是非同步作業。必須由子類別覆寫。
- Parameters
-
action | The action to take when ending the session; see GCKSessionEndAction for more details. |
擴充類別 GCKSession。
- (void) notifyDidStartWithSessionID: |
|
(NSString *) |
sessionID |
|
子類別會呼叫,以通知架構已啟動工作階段。
- Parameters
-
sessionID | The session's unique ID. |
擴充類別 GCKSession。
- (void) notifyDidFailToStartWithError: |
|
(GCKError *) |
error |
|
子類別會呼叫以通知架構,說明工作階段無法啟動。
- Parameters
-
error | The error that occurred. |
擴充類別 GCKSession。
- (void) notifyDidEndWithError: |
|
(nullable NSError *) |
error |
willTryToResume: |
|
(BOOL) |
willTryToResume |
|
|
| |
子類別會呼叫以通知架構,說明工作階段已結束。
- Parameters
-
error | The error that caused the session to end, if any. Should be nil if the session was ended intentionally. |
willTryToResume | Whether the session will try to resume itself automatically. |
擴充類別 GCKSession。
- (void) notifyDidReceiveDeviceVolume: |
|
(float) |
volume |
muted: |
|
(BOOL) |
muted |
|
|
| |
子類別會呼叫此 API,通知架構已收到裝置傳來的更新音量和靜音狀態。
- Parameters
-
volume | The device's current volume. Must be in the range [0, 1.0]; |
muted | The device's current mute state. |
擴充類別 GCKSession。
- (void) notifyDidReceiveDeviceStatus: |
|
(nullable NSString *) |
statusText |
|
子類別會呼叫,以通知系統已從裝置收到更新狀態。
- Parameters
-
statusText | The new status. |
擴充類別 GCKSession。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2023-12-01 (世界標準時間)。
[[["容易理解","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"]],["上次更新時間:2023-12-01 (世界標準時間)。"],[[["The `GCKSession(Protected)` category provides methods for managing sessions with receiver devices, including starting, ending, and handling session lifecycle events."],["Subclasses must override the `start` and `endWithAction:` methods to implement session management logic."],["Methods like `notifyDidStartWithSessionID:` and `notifyDidEndWithError:willTryToResume:` allow subclasses to inform the framework of session state changes."],["The category provides methods to handle device volume, mute state, and status updates."],["Methods `notifyDidSuspendWithReason:` and `notifyDidResume` are deprecated and should not be used."]]],[]]