BlinkReceipt SDK
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
BlinkReceipt SDK
blinkreceipt-account-linking
/
com.microblink.linking
/
AccountLinkingException
Account
Linking
Exception
class
AccountLinkingException
(
val
code
:
Int
?
,
message
:
String
?
=
""
,
val
uuid
:
String
?
=
null
,
val
view
:
WebView
?
=
null
)
:
Exception
Members
Constructors
Account
Linking
Exception
Link copied to clipboard
constructor
(
code
:
Int
?
,
message
:
String
?
=
""
,
uuid
:
String
?
=
null
,
view
:
WebView
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
code
Link copied to clipboard
@get:
JvmName
(
name
=
"code"
)
val
code
:
Int
?
message
Link copied to clipboard
open
val
message
:
String
?
uuid
Link copied to clipboard
@get:
JvmName
(
name
=
"uuid"
)
val
uuid
:
String
?
view
Link copied to clipboard
@get:
JvmName
(
name
=
"view"
)
val
view
:
WebView
?