toggle menu
Android-Vast-Extension
androidJvm
switch theme
search in API
tools
/
com.ave.vastgui.tools.viewbinding
/
LifecycleViewBindingProperty
/
ClearOnDestroyLifecycleObserver
Clear
On
Destroy
Lifecycle
Observer
private
class
ClearOnDestroyLifecycleObserver
(
val
property
:
LifecycleViewBindingProperty
<
*
,
*
>
)
:
DefaultLifecycleObserver
Members
Constructors
Clear
On
Destroy
Lifecycle
Observer
Link copied to clipboard
constructor
(
property
:
LifecycleViewBindingProperty
<
*
,
*
>
)
Types
Companion
Link copied to clipboard
private
object
Companion
Properties
property
Link copied to clipboard
private
val
property
:
LifecycleViewBindingProperty
<
*
,
*
>
Functions
on
Destroy
Link copied to clipboard
@
MainThread
open
override
fun
onDestroy
(
owner
:
LifecycleOwner
)