toggle menu
project-topInvocationSdk
androidJvm
switch theme
search in API
tops-model
/
com.geopagos.topsModel
/
ActivityResult
Activity
Result
data
class
ActivityResult
(
val
code
:
Int
,
val
intent
:
Intent
?
)
Members
Constructors
Activity
Result
Link copied to clipboard
constructor
(
code
:
Int
,
intent
:
Intent
?
)
Properties
code
Link copied to clipboard
val
code
:
Int
intent
Link copied to clipboard
val
intent
:
Intent
?