Add Mobile Device Response
data class AddMobileDeviceResponse(error: BluIDSDKError?, mobileDeviceObject: MobileDeviceObject?)
Content copied to clipboard
Response type for registerUserDevice function
Constructors
AddMobileDeviceResponse
Link copied to clipboard
fun AddMobileDeviceResponse(error: BluIDSDKError?, mobileDeviceObject: MobileDeviceObject?)
Content copied to clipboard
Properties
error
Link copied to clipboard
Possible values: TIMEOUT , LOGIN_EXPIRED , SERVER_UNAUTHORIZED , SERVER_BAD_REQUEST , SERVER_ERROR , ERROR
mobileDeviceObject
Link copied to clipboard