SDK-Android
libux
/
io.mimi.sdk.ux.util
/
WeakRef
Weak
Ref
class
WeakRef
<
T
>
(
initial
:
T
?
=
null
)
Content copied to clipboard
Convenience class to be used when in need for a weak reference to an object
Constructors
Functions
Constructors
Weak
Ref
Link copied to clipboard
fun
<
T
>
WeakRef
(
initial
:
T
?
=
null
)
Content copied to clipboard
Functions
get
Value
Link copied to clipboard
operator
fun
getValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
)
:
T
?
Content copied to clipboard
set
Value
Link copied to clipboard
operator
fun
setValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
,
value
:
T
?
)
Content copied to clipboard