PreferencesSaver

Interface used for applying changes made in PreferencesEditor object. When using ReadablePreferences.bind to inject preferences' values to JVM fields, PreferencesSaver is returned back to save changes made in JVM fields.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun save()

Commit your preferences changes back from PreferencesEditor to the ReadablePreferences object it is editing. This atomically performs the requested modifications, replacing whatever is currently in the ReadablePreferences.

Inheritors

Link copied to clipboard
Link copied to clipboard