Live Data
Functions
Properties
Inheritors
MutableLiveData
Link copied to clipboard
Extensions
bindNotNull
Link copied to clipboard
fun <T> LiveData<T>.bindNotNull(lifecycleOwner: LifecycleOwner, observer: (T) -> Unit)
Content copied to clipboard
bindToButtonImage
Link copied to clipboard
fun LiveData<Boolean>.bindToButtonImage(button: <ERROR CLASS>, trueImage: <ERROR CLASS>, falseImage: <ERROR CLASS>)
Content copied to clipboard
bindToButtonTitle
Link copied to clipboard
bindToCheckBoxChecked
Link copied to clipboard
fun LiveData<Boolean>.bindToCheckBoxChecked(lifecycleOwner: LifecycleOwner, checkBox: CheckBox)
Content copied to clipboard
bindToControlEnabled
Link copied to clipboard
bindToLabelText
Link copied to clipboard
bindToResponderFocus
Link copied to clipboard
bindToSwitchOn
Link copied to clipboard
bindToTextFieldText
Link copied to clipboard
fun LiveData<<ERROR CLASS>>.bindToTextFieldText(textField: <ERROR CLASS>)
Content copied to clipboard
bindToTextViewText
Link copied to clipboard
fun LiveData<String>.bindToTextViewText(lifecycleOwner: LifecycleOwner, textView: TextView)
Content copied to clipboard
fun LiveData<StringDesc>.bindToTextViewText(lifecycleOwner: LifecycleOwner, textView: TextView)
Content copied to clipboard
bindToViewBackgroundColor
Link copied to clipboard
fun LiveData<Boolean>.bindToViewBackgroundColor(view: <ERROR CLASS>, trueColor: <ERROR CLASS>, falseColor: <ERROR CLASS>)
Content copied to clipboard
bindToViewEnabled
Link copied to clipboard
fun LiveData<Boolean>.bindToViewEnabled(lifecycleOwner: LifecycleOwner, view: View)
Content copied to clipboard
bindToViewHidden
Link copied to clipboard
bindToViewVisibleOrGone
Link copied to clipboard
fun LiveData<Boolean>.bindToViewVisibleOrGone(lifecycleOwner: LifecycleOwner, view: View)
Content copied to clipboard
bindToViewVisibleOrInvisible
Link copied to clipboard
fun LiveData<Boolean>.bindToViewVisibleOrInvisible(lifecycleOwner: LifecycleOwner, view: View)
Content copied to clipboard
mapToString
Link copied to clipboard
mapTrueOrNull
Link copied to clipboard
throwableMessage
Link copied to clipboard