toggle menu
Android-Vast-Extension
androidJvm
switch theme
search in API
tools
/
com.ave.vastgui.tools.viewbinding
/
LazyViewBindingProperty
Lazy
View
Binding
Property
open
class
LazyViewBindingProperty
<
in
R
:
Any
,
out
V
:
ViewBinding
>
(
val
viewBinder
:
(
R
)
->
V
)
:
ViewBindingProperty
<
R
,
V
>
Members
Constructors
Lazy
View
Binding
Property
Link copied to clipboard
constructor
(
viewBinder
:
(
R
)
->
V
)
Properties
view
Binder
Link copied to clipboard
private
val
viewBinder
:
(
R
)
->
V
view
Binding
Link copied to clipboard
private
var
viewBinding
:
V
?
Functions
clear
Link copied to clipboard
@
MainThread
open
override
fun
clear
(
)
Clear the ViewBinding object.
get
Value
Link copied to clipboard
@
MainThread
open
operator override
fun
getValue
(
thisRef
:
R
,
property
:
KProperty
<
*
>
)
:
V