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
/
ActivityResultOutcome
/
Data
Data
android
data
class
Data
(
val
resultCode
:
Int
,
val
intent
:
Intent
?
)
:
ActivityResultOutcome
Activity returned with result data.
Members
Constructors
Data
Link copied to clipboard
android
constructor
(
resultCode
:
Int
,
intent
:
Intent
?
)
Properties
intent
Link copied to clipboard
android
val
intent
:
Intent
?
result
Code
Link copied to clipboard
android
val
resultCode
:
Int