GCKSession(受保護的) 類別

GCKSession(受保護的) 類別參考資料

總覽

僅由 GCKSession 子類別覆寫並呼叫的方法。

開始時間
3.0

執行個體方法摘要

(void) - start
 啟動工作階段。更多...
 
(void) - endWithAction:
 結束包含指定動作的工作階段。更多...
 
(void) - notifyDidStartWithSessionID:
 子類別會呼叫,以通知架構已啟動工作階段。更多...
 
(void) - notifyDidFailToStartWithError:
 子類別會呼叫以通知架構,說明工作階段無法啟動。更多...
 
(void) - notifyDidEndWithError:willTryToResume:
 子類別會呼叫以通知架構,說明工作階段已結束。更多...
 
(void) - notifyDidReceiveDeviceVolume:muted:
 子類別會呼叫此 API,通知架構已收到裝置傳來的更新音量和靜音狀態。更多...
 
(void) - notifyDidReceiveDeviceStatus:
 子類別會呼叫,以通知系統已從裝置收到更新狀態。更多...
 
(void) - notifyDidSuspendWithReason:
 已淘汰,請勿使用 - 以免人工管理的方式導入。更多...
 
(void) - notifyDidResume
 已淘汰,請勿使用 - 以免人工管理的方式導入。更多...
 

方法詳細資料

- (void) start

啟動工作階段。

這是非同步作業。必須由子類別覆寫。

擴充類別 GCKSession

- (void) endWithAction: (GCKSessionEndAction action

結束包含指定動作的工作階段。

這是非同步作業。必須由子類別覆寫。

Parameters
actionThe action to take when ending the session; see GCKSessionEndAction for more details.

擴充類別 GCKSession

- (void) notifyDidStartWithSessionID: (NSString *)  sessionID

子類別會呼叫,以通知架構已啟動工作階段。

Parameters
sessionIDThe session's unique ID.

擴充類別 GCKSession

- (void) notifyDidFailToStartWithError: (GCKError *)  error

子類別會呼叫以通知架構,說明工作階段無法啟動。

Parameters
errorThe error that occurred.

擴充類別 GCKSession

- (void) notifyDidEndWithError: (nullable NSError *)  error
willTryToResume: (BOOL)  willTryToResume 

子類別會呼叫以通知架構,說明工作階段已結束。

Parameters
errorThe error that caused the session to end, if any. Should be nil if the session was ended intentionally.
willTryToResumeWhether the session will try to resume itself automatically.

擴充類別 GCKSession

- (void) notifyDidReceiveDeviceVolume: (float)  volume
muted: (BOOL)  muted 

子類別會呼叫此 API,通知架構已收到裝置傳來的更新音量和靜音狀態。

Parameters
volumeThe device's current volume. Must be in the range [0, 1.0];
mutedThe device's current mute state.

擴充類別 GCKSession

- (void) notifyDidReceiveDeviceStatus: (nullable NSString *)  statusText

子類別會呼叫,以通知系統已從裝置收到更新狀態。

Parameters
statusTextThe new status.

擴充類別 GCKSession

- (void) notifyDidSuspendWithReason: (GCKConnectionSuspendReason reason

已淘汰,請勿使用 - 實作做為免人工管理。

Deprecated:
請勿撥打電話。

擴充類別 GCKSession

- (void) notifyDidResume

已淘汰,請勿使用 - 實作做為免人工管理。

Deprecated:
請勿撥打電話。

擴充類別 GCKSession