Mutable Live Data
Functions
Properties
Inheritors
MediatorLiveData
Link copied to clipboard
Extensions
bindTwoWayToCheckBoxChecked
Link copied to clipboard
fun MutableLiveData<Boolean>.bindTwoWayToCheckBoxChecked(lifecycleOwner: LifecycleOwner, checkBox: CheckBox)
Content copied to clipboard
bindTwoWayToControlFocus
Link copied to clipboard
fun MutableLiveData<Boolean>.bindTwoWayToControlFocus(control: <ERROR CLASS>)
Content copied to clipboard
bindTwoWayToEditTextText
Link copied to clipboard
fun MutableLiveData<String>.bindTwoWayToEditTextText(lifecycleOwner: LifecycleOwner, editText: EditText)
Content copied to clipboard
bindTwoWayToSwitchOn
Link copied to clipboard
bindTwoWayToTextFieldText
Link copied to clipboard
fun MutableLiveData<String>.bindTwoWayToTextFieldText(textField: <ERROR CLASS>)
Content copied to clipboard
bindTwoWayToTextViewFocus
Link copied to clipboard
fun MutableLiveData<Boolean>.bindTwoWayToTextViewFocus(textView: <ERROR CLASS>)
Content copied to clipboard
bindTwoWayToTextViewText
Link copied to clipboard
fun MutableLiveData<String>.bindTwoWayToTextViewText(textView: <ERROR CLASS>)
Content copied to clipboard