DeviceIsBlocked

data class DeviceIsBlocked(val errorCode: String?) : ApplicationDataSdkError

The device has been blocked.

Parameters

errorCode

a code that provides details about the error

Constructors

Link copied to clipboard
constructor(errorCode: String?)

Properties

Link copied to clipboard