AddMobileDeviceResponse

data class AddMobileDeviceResponse(error: BluIDSDKError?, mobileDeviceObject: MobileDeviceObject?)

Response type for registerUserDevice function

Constructors

AddMobileDeviceResponse
Link copied to clipboard
fun AddMobileDeviceResponse(error: BluIDSDKError?, mobileDeviceObject: MobileDeviceObject?)

Properties

error
Link copied to clipboard
val error: BluIDSDKError?
mobileDeviceObject
Link copied to clipboard
val mobileDeviceObject: MobileDeviceObject?

The response that shows the status of addition of the mobile device