AsyncCallback<DeviceManager> |
Callback invoked to return the DeviceManager instance created. |
The device is ready, and the device information has been synchronized. |
||
Array<DeviceInfo> |
Event type. The value is deviceStateChange, which indicates a device state change event. |
|||
Callback<{ action: DeviceStateChangeAction, device: DeviceInfo }> |
Callback invoked to return the device information and state. |
Event type. The value deviceStateChange indicates an event of device state change. |
|||
Callback<{ action: DeviceStateChangeAction, device: DeviceInfo }> |
Event type. The value serviceDie indicates an event reported when the DeviceManager service is terminated unexpectedly. |
|||
Callback invoked when a dead event of the DeviceManager service occurs. |
Event type. The value serviceDie indicates an event reported when the DeviceManager service is terminated unexpectedly. |
|||
Callback used to return the dead event of the DeviceManager service. |