mpp-library
/
com.icerockdev.library.sample1
/
SimpleViewModel
common
Simple
View
Model
class
SimpleViewModel
:
ViewModel
Content copied to clipboard
Functions
Properties
Functions
equals
Link copied to clipboard
common
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
common
open fun
hashCode
():
Int
Content copied to clipboard
onCleared
Link copied to clipboard
common
open fun
onCleared
()
Content copied to clipboard
onCounterButtonPressed
Link copied to clipboard
common
fun
onCounterButtonPressed
()
Content copied to clipboard
toString
Link copied to clipboard
common
open fun
toString
():
String
Content copied to clipboard
Properties
counter
Link copied to clipboard
common
val
counter
:
LiveData
<
String
>
Content copied to clipboard