toggle menu
korge-root
5.1.0
android
switch theme
search in API
korge
/
korlibs.render
/
ActivityWithResult
/
Mixin
Mixin
android
open
class
Mixin
:
ActivityWithResult
Members
Constructors
Mixin
Link copied to clipboard
android
constructor
(
)
Types
Result
Handler
Link copied to clipboard
android
data
class
ResultHandler
(
val
request
:
Int
)
Properties
activity
Link copied to clipboard
android
var
activity
:
Activity
?
handlers
Link copied to clipboard
android
val
handlers
:
LinkedHashMap
<
Int
,
ActivityWithResult.Mixin.ResultHandler
>
result
Handlers
Link copied to clipboard
android
val
resultHandlers
:
Pool
<
ActivityWithResult.Mixin.ResultHandler
>
Functions
register
Activity
Result
Link copied to clipboard
android
fun
registerActivityResult
(
handler
:
(
result
:
Int
,
data
:
Intent
?
)
->
Unit
)
:
Int
start
Activity
With
Result
Link copied to clipboard
android
open
suspend override
fun
startActivityWithResult
(
intent
:
Intent
,
options
:
Bundle
?
)
:
Intent
?
try
Handle
Activity
Result
Link copied to clipboard
android
fun
tryHandleActivityResult
(
requestCode
:
Int
,
resultCode
:
Int
,
data
:
Intent
?
)
:
Boolean