toggle menu
SDK-Android
androidJvm
switch theme
search in API
libux
/
io.mimi.sdk.ux.util
/
WeakRef
Weak
Ref
class
WeakRef
<
T
>
(
initial
:
T
?
=
null
)
Convenience class to be used when in need for a weak reference to an object
Members
Constructors
Weak
Ref
Link copied to clipboard
constructor
(
initial
:
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
?
)