<GCKSessionManagerListener> โปรโตคอล
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
โปรโตคอล Listener GCKSessionManager
เมธอดของโปรโตคอลเป็นเมธอดที่ไม่บังคับทั้งหมด วิธีการแจ้งเตือนทั้งหมดมี 2 แบบ คือ แบบเรียกใช้สำหรับเซสชันประเภทใดก็ได้ และเรียกใช้สำหรับเซสชันการแคสต์โดยเฉพาะ
ผู้ฟังจะถูกเรียกใช้ตามลำดับที่มีการลงทะเบียน อินสแตนซ์ GCKSessionManagerListener ที่ลงทะเบียนโดยองค์ประกอบของเฟรมเวิร์ก (เช่น GCKUIMediaController) จะมีการเรียกใช้หลังจากอินสแตนซ์ที่ลงทะเบียนโดยแอปพลิเคชันสำหรับโค้ดเรียกกลับ sessionManager:willStartSession: (GCKSessionManagerListener-p), sessionManager:willStartCastSession: (GCKSessionManagerListener-p), sessionManager:willResumeSession: (GCKSessionManagerListener-p) และ sessionManager:willResumeCastSession: (GCKSessionManagerListener-p) และก่อนอินสแตนซ์ที่ลงทะเบียนโดยแอปพลิเคชันสำหรับโค้ดเรียกกลับที่เหลือทั้งหมด
- Since
- 3.0
รับค่า <NSObjectNSObject>
โทรเมื่อเซสชันกำลังจะเริ่มต้น
- Parameters
-
sessionManager | The session manager. |
session | The session. |
เรียกใช้เมื่อเริ่มต้นเซสชันเรียบร้อยแล้ว
- Parameters
-
sessionManager | The session manager. |
session | The session. |
เรียกใช้เมื่อเซสชันการแคสต์กำลังจะเริ่มต้น
- Parameters
-
sessionManager | The session manager. |
session | The session. |
เรียกใช้เมื่อเริ่มต้นเซสชันการแคสต์เรียบร้อยแล้ว
- 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. |
เรียกใช้เมื่อเซสชันการแคสต์กำลังจะสิ้นสุด ไม่ว่าจะด้วยคำขอหรือเกิดจากข้อผิดพลาด
- 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. |
เรียกเมื่อเซสชันการแคสต์กำลังจะกลับมาทำงานอีกครั้ง
- Parameters
-
sessionManager | The session manager. |
session | The session. |
เรียกเมื่อเซสชันการแคสต์กลับมาทำงานอีกครั้งเรียบร้อยแล้ว
- Parameters
-
sessionManager | The session manager. |
session | The Cast session. |
มีการเรียกเมื่ออุปกรณ์ที่เชื่อมโยงกับเซสชันนี้มีการเปลี่ยนแปลงในทางใดทางหนึ่ง (เช่น ชื่อที่คุ้นเคยได้เปลี่ยนไป)
- Parameters
-
sessionManager | The session manager. |
session | The Cast session. |
device | The updated device object. |
- Since
- 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 |
โทรเมื่อได้รับระดับเสียงของอุปกรณ์และสถานะการปิดเสียงสำหรับเซสชันการแคสต์แล้ว
- 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. |
- Since
- 4.0
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2023-12-02 UTC
[[["เข้าใจง่าย","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-02 UTC"],[],[]]