DeviceDeregistrationError

data class DeviceDeregistrationError(val deviceId: Int, val errorMessage: String) : Parcelable

Description of error that occurred during device deregistration.

Constructors

Link copied to clipboard
constructor(source: Map<String, Any?>)
constructor(json: JSONObject)
constructor(deviceId: Int, errorMessage: String)

Properties

Link copied to clipboard

Sequential number of the device registration. Starts with 0. Each time a call to initializeLicense with a new license is made, the device ID.

Link copied to clipboard

Error message describing the error.

Functions

Link copied to clipboard
Link copied to clipboard
fun toJson(config: ToJsonConfiguration = ToJsonConfiguration.default()): JSONObject