SettingsDialog

Settings dialog class that hosts the SettingsView

Constructors

Link copied to clipboard
constructor(listener: SettingsDialogListener, options: SettingsOptions)
constructor()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun onCreateDialog(savedInstanceState: Bundle?): Dialog

Restores state the instance if necessary and sets the general style for the dialog.

Link copied to clipboard
open override fun onResume()
Link copied to clipboard
open override fun onSaveInstanceState(outState: Bundle)

Stores the current instance state.

Link copied to clipboard
open override fun onStart()
Link copied to clipboard
open override fun setupDialog(dialog: Dialog, style: Int)
Link copied to clipboard

Assigns a new SettingsDialogListener to the dialog.