mpp-library
/
com.icerockdev.library.sample4
/
ValidationMergeViewModel
common
Validation
Merge
View
Model
class
ValidationMergeViewModel
:
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
toString
Link copied to clipboard
common
open fun
toString
():
String
Content copied to clipboard
Properties
email
Link copied to clipboard
common
val
email
:
MutableLiveData
<
String
>
Content copied to clipboard
isLoginButtonEnabled
Link copied to clipboard
common
val
isLoginButtonEnabled
:
LiveData
<
Boolean
>
Content copied to clipboard
password
Link copied to clipboard
common
val
password
:
MutableLiveData
<
String
>
Content copied to clipboard