ws1-client-sdk/com.airwatch.sdk/SDKManager/checkOutDevice
checkOutDevice¶
open fun checkOutDevice(user: String, password: String, groupCode: String): CheckoutResponse
Checkouts the device from (login to) a different child organization group than the one it is enrolled to.
Access Level = AW_MANAGED (for details on access permission please check SDKManager)
Parameters¶
| Name | Description |
|---|---|
| user | The username with which the device is enrolled |
| password | The password with which the device is enrolled |
| groupCode | The id of child organization group to which the device is enrolling now |
Return¶
CheckoutResponse object containing the details of the operation
Throws¶
| Exception | Condition |
|---|---|
| com.airwatch.sdk.AirWatchSDKException | if API is not available in Anchor Application or binding with Anchor app fails |