blockchain-kit-sdk
Toggle table of contents
1.0.22-dev
android
Target filter
android
Switch theme
Search in API
Skip to content
blockchain-kit-sdk
blockchain-kit-sdk
/
com.cramium.blockchain.kit.platform
/
ActivityResultValidationException
Activity
Result
Validation
Exception
android
class
ActivityResultValidationException
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
Exception
Thrown when activity result validation fails.
Members
Constructors
Activity
Result
Validation
Exception
Link copied to clipboard
android
constructor
(
message
:
String
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
android
open
val
cause
:
Throwable
?
localized
Message
Link copied to clipboard
android
open
val
localizedMessage
:
String
?
message
Link copied to clipboard
android
open
val
message
:
String
?
stack
Trace
Link copied to clipboard
android
open
var
stackTrace
:
Array
<
out
StackTraceElement
?
>
?
suppressed
Link copied to clipboard
android
val
suppressed
:
Array
<
out
Throwable
?
>
?