Disconnecting a Device
API Function
This API is used to disconnect a device from the IoT platform.
API Description
1 | public static boolean logout();
|
Class
LoginService
Return Value
| Return Value | Description |
|---|---|
| true | Success |
| false | Failure |
Example
1 | LoginService.logout();
|
Last Article: Connecting a Device
Next Article: Managing an Indirectly Connected Device
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.