toggle menu
KAHelpers
androidJvm
switch theme
search in API
fragment
/
dev.funkymuse.fragment
/
observeLifecycleOwnerThroughLifecycleCreationOnResume
observe
Lifecycle
Owner
Through
Lifecycle
Creation
On
Resume
inline
fun
Fragment
.
observeLifecycleOwnerThroughLifecycleCreationOnResume
(
crossinline
onResumeAction
:
(
LifecycleOwner
)
->
Unit
)