Blu IDSDKError
data class BluIDSDKError(type: BluIDSDKErrorType, message: String?, code: Int?)
Content copied to clipboard
Shows that an error has occurred
Constructors
BluIDSDKError
Link copied to clipboard
fun BluIDSDKError(type: BluIDSDKErrorType, message: String? = null, code: Int? = null)
Content copied to clipboard