ws1-client-sdk/com.airwatch.sdk.shareddevice/CheckoutResponse
CheckoutResponse¶
open class CheckoutResponse
Shared device check out response GSON Class.
Provides response details from console after a shared device checkout operation occurs. Response from console is fetched via anchor application using SDKManager APIs.
See also¶
Functions¶
| Name | Summary |
|---|---|
| getClearAppDataOnLogout | open fun getClearAppDataOnLogout(): Boolean Flag representing app wipe on checkin or checkout operation |
| getEulaContent | open fun getEulaContent(): String Provides content text for End User License Agreement. |
| getEulaContentId | open fun getEulaContentId(): Int Provides content id for End User License Agreement. |
| getMessage | open fun getMessage(): String Provides status description for current Checkout operation |
| getStatus | open fun getStatus(): Int Provides status of checkout operation |