toggle menu
mobilesdk
androidJvm
switch theme
search in API
mobilesdk
/
com.confirmit.mobilesdk.utils
/
WeakRefDelegate
Weak
Ref
Delegate
class
WeakRefDelegate
<
T
>
(
value
:
T
?
=
null
)
Members
Constructors
Weak
Ref
Delegate
Link copied to clipboard
constructor
(
value
:
T
?
=
null
)
Functions
get
Value
Link copied to clipboard
operator
fun
getValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
)
:
T
?
set
Value
Link copied to clipboard
operator
fun
setValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
,
value
:
T
?
)
operator
fun
setValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
,
value
:
WeakReference
<
T
>
)