ElMap
app
/
com.webdojobg.elmap.ui.profile
/
ProfileViewModel
Profile
View
Model
class
ProfileViewModel
:
ViewModel
Content copied to clipboard
Used for storing the state of the
ProfileFragment
.
Constructors
Functions
Properties
Constructors
Profile
View
Model
Link copied to clipboard
fun
ProfileViewModel
(
)
Content copied to clipboard
Functions
clear
Link copied to clipboard
@
MainThread
fun
clear
(
)
Content copied to clipboard
get
Tag
Link copied to clipboard
open
fun
<
T
:
Any
>
getTag
(
p0
:
String
)
:
T
Content copied to clipboard
on
Cleared
Link copied to clipboard
open
fun
onCleared
(
)
Content copied to clipboard
set
Tag
If
Absent
Link copied to clipboard
open
fun
<
T
:
Any
>
setTagIfAbsent
(
p0
:
String
,
p1
:
T
)
:
T
Content copied to clipboard
Properties
text
Link copied to clipboard
val
text
:
LiveData
<
String
>
Content copied to clipboard