Android.Preferences.DialogPreference.ShowDialog Method
Shows the dialog associated with this Preference.

Syntax

[Android.Runtime.Register("showDialog", "(Landroid/os/Bundle;)V", "GetShowDialog_Landroid_os_Bundle_Handler")]
protected virtual void ShowDialog (Android.OS.Bundle state)

Parameters

state
Optional instance state to restore on the dialog

Remarks

Shows the dialog associated with this Preference. This is normally initiated automatically on clicking on the preference. Call this method if you need to show the dialog on some other event.

[Android Documentation]

Requirements

Namespace: Android.Preferences
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1