SimpleSummaryProvider

A simple androidx.preference.Preference.SummaryProvider implementation for a ListPreference. If no value has been set, the summary displayed will be 'Not set', otherwise the summary displayed will be the entry set for this preference.

Functions

Link copied to clipboard
Retrieve a singleton instance of this simple androidx.preference.Preference.SummaryProvider implementation.
Link copied to clipboard
Called whenever getSummary is called on this preference.