GetDeviceKeyResponse

data class GetDeviceKeyResponse(error: BluIDSDKError?, data: String?)

Response type for getDeviceKey function

Constructors

GetDeviceKeyResponse
Link copied to clipboard
fun GetDeviceKeyResponse(error: BluIDSDKError?, data: String?)

Properties

data
Link copied to clipboard
val data: String?

The device key

error
Link copied to clipboard