toggle menu
core
android
switch theme
search in API
core
/
com.erolc.mrouter.route
/
ActivityRouterLauncher
Activity
Router
Launcher
android
class
ActivityRouterLauncher
<
I
,
O
>
(
contract
:
ActivityResultContract
<
I
,
O
>
,
block
:
(
ActivityRouter
<
I
,
O
>
)
->
Unit
)
Activity路由器的分配器
Members
Constructors
Activity
Router
Launcher
Link copied to clipboard
android
constructor
(
contract
:
ActivityResultContract
<
I
,
O
>
,
block
:
(
ActivityRouter
<
I
,
O
>
)
->
Unit
)
Functions
launch
Link copied to clipboard
android
fun
launch
(
activity
:
ComponentActivity
,
args
:
Bundle
,
callBack
:
ResultCallBack
?
)