SettingsDialogListener

Listener interface passed to the SettingsDialog to observe the dialog.

Functions

Link copied to clipboard
open fun onSettingsClose()

This method is always being called when the settings dialog is about to close, regardless if it was by the close, back or save button

Link copied to clipboard
abstract fun onSettingsSave(changedOptions: SettingsOptions)

Notifies that the dialog's save button was clicked and the changedOptions should become effective. This method is called after onSettingsClose