DeviceOperations
DeviceOperations is responsible for handling mobile device related operations for logged in user.
-
List all devices for current user.
-
Update status for specified device id.
-
Update status for current device.
-
Get details for specified device id.
-
Get details of current device.
-
Forget specified device.
-
Forget current device. The device will no longer be tracked. Note: Calling
updateStatus
to remember the device after calling forget device will result in error. To remember a forgotten device, the user needs to re-login.