หมวดหมู่ GCKSession(มีการป้องกัน)

การอ้างอิงหมวดหมู่ GCKSession(มีการป้องกัน)

ภาพรวม

เมธอดที่จะถูกลบล้างและเรียกโดยคลาสย่อย GCKSession เท่านั้น

Since
3.0

สรุปเมธอดของอินสแตนซ์

(void) - start
 เริ่มเซสชัน เพิ่มเติม...
 
(void) - endWithAction:
 ปิดเซสชันด้วยการดำเนินการที่ระบุ เพิ่มเติม...
 
(void) - notifyDidStartWithSessionID:
 คลาสย่อยเรียกใช้เพื่อแจ้งเฟรมเวิร์กว่าเซสชันได้เริ่มขึ้นแล้ว เพิ่มเติม...
 
(void) - notifyDidFailToStartWithError:
 มีการเรียกใช้โดยคลาสย่อยเพื่อแจ้งเฟรมเวิร์กว่าเซสชันไม่สามารถเริ่มต้นได้ เพิ่มเติม...
 
(void) - notifyDidEndWithError:willTryToResume:
 คลาสย่อยเรียกใช้เพื่อแจ้งเตือนเฟรมเวิร์กว่าเซสชันสิ้นสุดแล้ว เพิ่มเติม...
 
(void) - notifyDidReceiveDeviceVolume:muted:
 คลาสย่อยเรียกใช้เพื่อแจ้งเตือนเฟรมเวิร์กว่าอุปกรณ์ได้รับระดับเสียงที่อัปเดตและสถานะการปิดเสียงจากอุปกรณ์แล้ว เพิ่มเติม...
 
(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 

คลาสย่อยเรียกใช้เพื่อแจ้งเตือนเฟรมเวิร์กว่าอุปกรณ์ได้รับระดับเสียงที่อัปเดตและสถานะการปิดเสียงจากอุปกรณ์แล้ว

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