ProfileViewModel

class ProfileViewModel : ViewModel

Used for storing the state of the ProfileFragment.

Constructors

Link copied to clipboard
fun ProfileViewModel()

Functions

Link copied to clipboard
fun clear()
Link copied to clipboard
open fun <T : Any> getTag(p0: String): T
Link copied to clipboard
open fun onCleared()
Link copied to clipboard
open fun <T : Any> setTagIfAbsent(p0: String, p1: T): T

Properties

Link copied to clipboard
val text: LiveData<String>