ktx-androidx
4.0.2
ktx-androidx
/
com.ayvytr.ktx.app
/
ActivityStack
/
startAndFinishOthers
start
And
Finish
Others
@
JvmStatic
fun
startAndFinishOthers
(
clazz
:
Class
<
out
Activity
>
,
map
:
Map
<
String
,
Serializable
>
?
=
null
)
Content copied to clipboard
启动
clazz
,
map
是附带参数,并且关闭其他所有Activity.
@
JvmStatic
fun
startAndFinishOthers
(
intent
:
Intent
)
Content copied to clipboard
intent
方式启动Activity,并且关闭其他所有Activity.