Skip to content

Latest commit

 

History

History

flowbinding-preference

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

FlowBinding Preference

This module provides bindings for the AndroidX Preference library.

Transitive Dependency

androidx.preference:preference

Download

implementation "io.github.reactivecircus.flowbinding:flowbinding-preference:${flowbinding_version}"

Available Bindings

// Preference
fun Preference.preferenceChanges(): Flow<Any>
fun Preference.preferenceClicks(): Flow<Unit>

// EditTextPreference
fun EditTextPreference.editTextBindEvents(): Flow<EditTextBindEvent>