library
/
com.secoo.coobox.library.ktx.androidx.lifecycle
/
doOnPause
do
On
Pause
internal fun
Lifecycle
.
doOnPause
(oneShot:
Boolean
, runnable:
KRunnable
)
Content copied to clipboard
在 Lifecycle onPause 事件时 执行操作
Parameters
oneShot
true 代表只执行一次,false 为每次都执行