ws1-client-sdk/com.airwatch.sdk/SDKManager/acceptCheckoutEULA
acceptCheckoutEULA¶
open fun acceptCheckoutEULA(eulaContentId: String, accepted: Boolean): CheckoutResponse
Request console to check out the device for corresponding user with Accept EULA acknowledgment.
Access Level = AW_MANAGED (for details on access permission please check SDKManager)
Parameters¶
| Name | Description |
|---|---|
| eulaContentId | The id of the EULA content |
| accepted | boolean flag to indicate whether the EULA is accepted or not. |
Return¶
The CheckoutResponse object containing the details of the checkout operation
Throws¶
| Exception | Condition |
|---|---|
| com.airwatch.sdk.AirWatchSDKException | if API is not available in Anchor Application or binding with Anchor app fails |