Inherits <NSObjectNSObject>.
- (void) deviceDidComeOnline: |
|
(GCKDevice *) |
device |
|
|
optional |
Called when a device has been discovered or has come online.
- Parameters
-
- (void) deviceDidGoOffline: |
|
(GCKDevice *) |
device |
|
|
optional |
Called when a device has gone offline.
- Parameters
-
- (void) deviceDidChange: |
|
(GCKDevice *) |
device |
|
|
optional |
Called when there is a change to one or more properties of the device that do not affect connectivity to the device.
This includes all properties except the device ID, IP address, and service port; if any of these properties changes, the device will be reported as "offline" and a new device with the updated properties will be reported as "online".
- Parameters
-