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