DialogPreference.OnPrepareDialogBuilder(AlertDialog+Builder) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Prepares the dialog builder to be shown when the preference is clicked.
[Android.Runtime.Register("onPrepareDialogBuilder", "(Landroid/app/AlertDialog$Builder;)V", "GetOnPrepareDialogBuilder_Landroid_app_AlertDialog_Builder_Handler")]
protected virtual void OnPrepareDialogBuilder (Android.App.AlertDialog.Builder? builder);
[<Android.Runtime.Register("onPrepareDialogBuilder", "(Landroid/app/AlertDialog$Builder;)V", "GetOnPrepareDialogBuilder_Landroid_app_AlertDialog_Builder_Handler")>]
abstract member OnPrepareDialogBuilder : Android.App.AlertDialog.Builder -> unit
override this.OnPrepareDialogBuilder : Android.App.AlertDialog.Builder -> unit
Parameters
- builder
- AlertDialog.Builder
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.