Protokol <GCKDeviceManagerDelegate>

Referensi Protokol <GCKDeviceManagerDelegate>

Ringkasan

Protokol delegasi GCKDeviceManager.

Kecuali jika dinyatakan lain, pemanggil tidak boleh melepaskan objek GCKDeviceManager yang didelegasikan dari dalam metode delegasi.

Mewarisi <NSObjectNSObject>.

Ringkasan Metode Instance

(void) - deviceManagerDidConnect:
 Dipanggil saat koneksi dibuat ke perangkat. Selengkapnya...
 
(void) - deviceManager:didFailToConnectWithError:
 Dipanggil saat koneksi ke perangkat gagal. Selengkapnya...
 
(void) - deviceManager:didDisconnectWithError:
 Dipanggil saat koneksi ke perangkat dihentikan. Selengkapnya...
 
(void) - deviceManager:didSuspendConnectionWithReason:
 Dipanggil saat koneksi ke perangkat telah ditangguhkan, mungkin untuk sementara. Selengkapnya...
 
(void) - deviceManagerDidResumeConnection:rejoinedApplication:
 Dipanggil saat koneksi perangkat yang sebelumnya ditangguhkan telah dibuat kembali. Selengkapnya...
 
(void) - deviceManager:didConnectToCastApplication:sessionID:launchedApplication:
 Dipanggil saat aplikasi telah diluncurkan atau bergabung. Selengkapnya...
 
(void) - deviceManager:didFailToConnectToApplicationWithError:
 Dipanggil saat menyambungkan ke aplikasi gagal. Selengkapnya...
 
(void) - deviceManager:didDisconnectFromApplicationWithError:
 Dipanggil saat terputus dari aplikasi saat ini. Selengkapnya...
 
(void) - deviceManagerDidStopApplication:
 Dipanggil saat permintaan berhenti aplikasi berhasil diselesaikan. Selengkapnya...
 
(void) - deviceManager:didFailToStopApplicationWithError:
 Dipanggil saat permintaan berhenti aplikasi gagal. Selengkapnya...
 
(void) - deviceManager:didReceiveApplicationMetadata:
 Dipanggil setiap kali metadata aplikasi untuk aplikasi yang sedang berjalan telah berubah. Selengkapnya...
 
(void) - deviceManager:didReceiveApplicationStatusText:
 Dipanggil setiap kali teks status aplikasi yang sedang berjalan telah diubah. Selengkapnya...
 
(void) - deviceManager:volumeDidChangeToLevel:isMuted:
 Dipanggil setiap kali volume berubah. Selengkapnya...
 
(void) - deviceManager:didReceiveActiveInputStatus:
 Dipanggil setiap kali status input aktif berubah. Selengkapnya...
 
(void) - deviceManager:didReceiveStandbyStatus:
 Dipanggil setiap kali status standby berubah. Selengkapnya...
 
(void) - deviceManager:request:didFailWithError:
 Dipanggil saat operasi asinkron gagal. Selengkapnya...
 
(void) - deviceManagerDidPair:withGuestModeDevice:
 Dipanggil saat koneksi mode tamu telah dibuat ke perangkat. Selengkapnya...
 

Detail Metode

- (void) deviceManagerDidConnect: (GCKDeviceManager *)  deviceManager
optional

Dipanggil saat koneksi dibuat ke perangkat.

Parameters
deviceManagerThe device manager.
- (void) deviceManager: (GCKDeviceManager *)  deviceManager
didFailToConnectWithError: (NSError *)  error 
optional

Dipanggil saat koneksi ke perangkat gagal.

Anda dapat melepaskan objek GCKDeviceManager dari dalam callback ini dengan aman.

Parameters
deviceManagerThe device manager.
errorThe error that caused the connection to fail.
- (void) deviceManager: (GCKDeviceManager *)  deviceManager
didDisconnectWithError: (NSError *__nullable)  error 
optional

Dipanggil saat koneksi ke perangkat dihentikan.

Anda dapat melepaskan objek GCKDeviceManager dari dalam callback ini dengan aman.

Parameters
deviceManagerThe device manager.
errorThe error that caused the disconnection; nil if there was no error (for example, an intentional disconnect).
- (void) deviceManager: (GCKDeviceManager *)  deviceManager
didSuspendConnectionWithReason: (GCKConnectionSuspendReason reason 
optional

Dipanggil saat koneksi ke perangkat telah ditangguhkan, mungkin untuk sementara.

Jika koneksi ditangguhkan, pengelola perangkat akan otomatis mencoba menghubungkan ulang pada waktu yang sesuai. Aplikasi panggilan tidak boleh mencoba memaksa penyambungan ulang itu sendiri.

Parameters
deviceManagerThe device manager.
reasonThe reason for the suspension.
- (void) deviceManagerDidResumeConnection: (GCKDeviceManager *)  deviceManager
rejoinedApplication: (BOOL)  rejoinedApplication 
optional

Dipanggil saat koneksi perangkat yang sebelumnya ditangguhkan telah dibuat kembali.

Parameters
deviceManagerThe device manager.
rejoinedApplicationIf a connection had been established to a receiver application at the time of the suspension, this flag indicates whether that application has been successfully re-joined. This value would be NO if, for example, the application was terminated during the time that the device manager was attempting to re-establish its connection to the device.
- (void) deviceManager: (GCKDeviceManager *)  deviceManager
didConnectToCastApplication: (GCKApplicationMetadata *)  applicationMetadata
sessionID: (NSString *)  sessionID
launchedApplication: (BOOL)  launchedApplication 
optional

Dipanggil saat aplikasi telah diluncurkan atau bergabung.

Parameters
deviceManagerThe device manager.
applicationMetadataMetadata about the application.
sessionIDThe current application session ID that is active on the receiver.
launchedApplicationYES if the application was launched as part of the connection, or NO if the application was already running and was joined.
- (void) deviceManager: (GCKDeviceManager *)  deviceManager
didFailToConnectToApplicationWithError: (NSError *)  error 
optional

Dipanggil saat menyambungkan ke aplikasi gagal.

Parameters
deviceManagerThe device manager.
errorThe error that caused the failure.
- (void) deviceManager: (GCKDeviceManager *)  deviceManager
didDisconnectFromApplicationWithError: (NSError *__nullable)  error 
optional

Dipanggil saat terputus dari aplikasi saat ini.

Parameters
deviceManagerThe device manager.
errorThe error that caused the disconnect, or nil if this was a normal disconnect.
- (void) deviceManagerDidStopApplication: (GCKDeviceManager *)  deviceManager
optional

Dipanggil saat permintaan berhenti aplikasi berhasil diselesaikan.

Parameters
deviceManagerThe device manager.
- (void) deviceManager: (GCKDeviceManager *)  deviceManager
didFailToStopApplicationWithError: (NSError *)  error 
optional

Dipanggil saat permintaan berhenti aplikasi gagal.

Parameters
deviceManagerThe device manager.
errorThe error that caused the failure.
- (void) deviceManager: (GCKDeviceManager *)  deviceManager
didReceiveApplicationMetadata: (GCKApplicationMetadata *__nullable)  metadata 
optional

Dipanggil setiap kali metadata aplikasi untuk aplikasi yang sedang berjalan telah berubah.

Parameters
deviceManagerThe device manager.
metadataThe application metadata. May be nil if no application is currently running.
- (void) deviceManager: (GCKDeviceManager *)  deviceManager
didReceiveApplicationStatusText: (NSString *__nullable)  applicationStatusText 
optional

Dipanggil setiap kali teks status aplikasi yang sedang berjalan telah diubah.

Parameters
deviceManagerThe device manager.
applicationStatusTextThe application status text. May be nil if no application is currently running or if the application did not report any status text.
- (void) deviceManager: (GCKDeviceManager *)  deviceManager
volumeDidChangeToLevel: (float)  volumeLevel
isMuted: (BOOL)  isMuted 
optional

Dipanggil setiap kali volume berubah.

Parameters
deviceManagerThe device manager.
volumeLevelThe current device volume level.
isMutedThe current device mute state.
- (void) deviceManager: (GCKDeviceManager *)  deviceManager
didReceiveActiveInputStatus: (GCKActiveInputStatus activeInputStatus 
optional

Dipanggil setiap kali status input aktif berubah.

Parameters
deviceManagerThe device manager.
activeInputStatusThe active input status.
- (void) deviceManager: (GCKDeviceManager *)  deviceManager
didReceiveStandbyStatus: (GCKStandbyStatus standbyStatus 
optional

Dipanggil setiap kali status standby berubah.

Parameters
deviceManagerThe device manager.
standbyStatusThe standby status.
- (void) deviceManager: (GCKDeviceManager *)  deviceManager
request: (NSInteger)  requestID
didFailWithError: (NSError *)  error 
optional

Dipanggil saat operasi asinkron gagal.

Parameters
deviceManagerThe device manager.
requestIDThe ID of the request that failed.
errorThe error.
- (void) deviceManagerDidPair: (GCKDeviceManager *)  deviceManager
withGuestModeDevice: (GCKDevice *)  guestModeDevice 
optional

Dipanggil saat koneksi mode tamu telah dibuat ke perangkat.

Parameters
deviceManagerThe device manager.
guestModeDeviceThe device object for the concrete guest mode device.