Companion

object Companion

Companion object containing constants and factory methods for SettingsDialog.

Properties

Link copied to clipboard
const val FRAGMENT_TAG: String

Fragment transaction tag used by this dialog.

Link copied to clipboard
const val OPTIONS_KEY: String

Bundle key for storing the current settings options.

Link copied to clipboard

Bundle key for storing the original settings options.

Functions

Link copied to clipboard

Restores existing instance of the dialog if exists.

Link copied to clipboard
fun show(fragmentManager: FragmentManager, listener: SettingsDialogListener, options: ERROR CLASS: Symbol not found for SettingsOptions): SettingsDialog

Shows the dialog. Will always attempt to obtain an existing instance of the dialog.