Skip to content

LibsClickListener

Marc Auberer edited this page Jan 17, 2021 · 5 revisions

As alternative for the SimpleLibsPreference, as ClickListener on another preference type or for the use with the XML configuration there is the LibsClickListener. It acts the same like the SimpleLibsPreference. Please note, that you need to meet the same requirements, like you need with the SimpleLibsPreference.

Usage example

TextPref {
    title = "PlayStore page"
    summary = "Tap to show our PlayStore page"
    onClick = LibsClickListener(this@MainActivity)
}