do On Destroy
internal fun Lifecycle.doOnDestroy(oneShot: Boolean, runnable: KRunnable)
Content copied to clipboard
在 Lifecycle onDestroy 事件时 执行操作
Parameters
oneShot
true 代表只执行一次,false 为每次都执行
在 Lifecycle onDestroy 事件时 执行操作
true 代表只执行一次,false 为每次都执行