AlertDialog.Builder Class
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.
[Android.Runtime.Register("android/app/AlertDialog$Builder", DoNotGenerateAcw=true)]
public class AlertDialog.Builder : Java.Lang.Object
[<Android.Runtime.Register("android/app/AlertDialog$Builder", DoNotGenerateAcw=true)>]
type AlertDialog.Builder = class
inherit Object
- Inheritance
- Attributes
Remarks
Android platform documentation
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.
Constructors
AlertDialog.Builder(Context, Int32) |
Creates a builder for an alert dialog that uses an explicit theme resource. |
AlertDialog.Builder(Context) |
Creates a builder for an alert dialog that uses the default alert dialog theme. |
AlertDialog.Builder(IntPtr, JniHandleOwnership) |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
Properties
Class |
Returns the runtime class of this |
Context |
Returns a |
Handle |
The handle to the underlying Android instance. (Inherited from Object) |
JniIdentityHashCode | (Inherited from Object) |
JniPeerMembers | |
PeerReference | (Inherited from Object) |
ThresholdClass |
This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
ThresholdType |
This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
Methods
Clone() |
Creates and returns a copy of this object. (Inherited from Object) |
Create() |
Creates an |
Dispose() | (Inherited from Object) |
Dispose(Boolean) | (Inherited from Object) |
Equals(Object) |
Indicates whether some other object is "equal to" this one. (Inherited from Object) |
GetHashCode() |
Returns a hash code value for the object. (Inherited from Object) |
JavaFinalize() |
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object. (Inherited from Object) |
Notify() |
Wakes up a single thread that is waiting on this object's monitor. (Inherited from Object) |
NotifyAll() |
Wakes up all threads that are waiting on this object's monitor. (Inherited from Object) |
SetAdapter(IListAdapter, EventHandler<DialogClickEventArgs>) | |
SetAdapter(IListAdapter, IDialogInterfaceOnClickListener) |
Set a list of items, which are supplied by the given IListAdapter, to be displayed in the dialog as the content, you will be notified of the selected item via the supplied listener. |
SetCancelable(Boolean) |
Sets whether the dialog is cancelable or not. |
SetCursor(ICursor, EventHandler<DialogClickEventArgs>, String) | |
SetCursor(ICursor, IDialogInterfaceOnClickListener, String) |
Set a list of items, which are supplied by the given ICursor, to be displayed in the dialog as the content, you will be notified of the selected item via the supplied listener. |
SetCustomTitle(View) |
Set the title using the custom view |
SetHandle(IntPtr, JniHandleOwnership) |
Sets the Handle property. (Inherited from Object) |
SetIcon(Drawable) |
Set the Drawable to be used in the title. |
SetIcon(Int32) |
Set the resource id of the Drawable to be used in the title. |
SetIconAttribute(Int32) |
Set an icon as supplied by a theme attribute. e.g. android. |
SetInverseBackgroundForced(Boolean) |
Sets the Dialog to use the inverse background, regardless of what the contents is. |
SetItems(ICharSequence[], EventHandler<DialogClickEventArgs>) | |
SetItems(ICharSequence[], IDialogInterfaceOnClickListener) |
Set a list of items to be displayed in the dialog as the content, you will be notified of the selected item via the supplied listener. |
SetItems(Int32, EventHandler<DialogClickEventArgs>) | |
SetItems(Int32, IDialogInterfaceOnClickListener) |
Set a list of items to be displayed in the dialog as the content, you will be notified of the selected item via the supplied listener. |
SetItems(String[], EventHandler<DialogClickEventArgs>) | |
SetItems(String[], IDialogInterfaceOnClickListener) | |
SetMessage(ICharSequence) |
Set the message to display. |
SetMessage(Int32) |
Set the message to display using the given resource id. |
SetMessage(String) | |
SetMultiChoiceItems(ICharSequence[], Boolean[], EventHandler<DialogMultiChoiceClickEventArgs>) | |
SetMultiChoiceItems(ICharSequence[], Boolean[], IDialogInterfaceOnMultiChoiceClickListener) |
Set a list of items to be displayed in the dialog as the content, you will be notified of the selected item via the supplied listener. |
SetMultiChoiceItems(ICursor, String, String, EventHandler<DialogMultiChoiceClickEventArgs>) | |
SetMultiChoiceItems(ICursor, String, String, IDialogInterfaceOnMultiChoiceClickListener) |
Set a list of items to be displayed in the dialog as the content, you will be notified of the selected item via the supplied listener. |
SetMultiChoiceItems(Int32, Boolean[], EventHandler<DialogMultiChoiceClickEventArgs>) | |
SetMultiChoiceItems(Int32, Boolean[], IDialogInterfaceOnMultiChoiceClickListener) |
Set a list of items to be displayed in the dialog as the content, you will be notified of the selected item via the supplied listener. |
SetMultiChoiceItems(String[], Boolean[], EventHandler<DialogMultiChoiceClickEventArgs>) | |
SetMultiChoiceItems(String[], Boolean[], IDialogInterfaceOnMultiChoiceClickListener) | |
SetNegativeButton(ICharSequence, EventHandler<DialogClickEventArgs>) | |
SetNegativeButton(ICharSequence, IDialogInterfaceOnClickListener) |
Set a listener to be invoked when the negative button of the dialog is pressed. |
SetNegativeButton(Int32, EventHandler<DialogClickEventArgs>) | |
SetNegativeButton(Int32, IDialogInterfaceOnClickListener) |
Set a listener to be invoked when the negative button of the dialog is pressed. |
SetNegativeButton(String, EventHandler<DialogClickEventArgs>) | |
SetNegativeButton(String, IDialogInterfaceOnClickListener) | |
SetNeutralButton(ICharSequence, EventHandler<DialogClickEventArgs>) | |
SetNeutralButton(ICharSequence, IDialogInterfaceOnClickListener) |
Set a listener to be invoked when the neutral button of the dialog is pressed. |
SetNeutralButton(Int32, EventHandler<DialogClickEventArgs>) | |
SetNeutralButton(Int32, IDialogInterfaceOnClickListener) |
Set a listener to be invoked when the neutral button of the dialog is pressed. |
SetNeutralButton(String, EventHandler<DialogClickEventArgs>) | |
SetNeutralButton(String, IDialogInterfaceOnClickListener) | |
SetOnCancelListener(IDialogInterfaceOnCancelListener) |
Sets the callback that will be called if the dialog is canceled. |
SetOnDismissListener(IDialogInterfaceOnDismissListener) |
Sets the callback that will be called when the dialog is dismissed for any reason. |
SetOnItemSelectedListener(AdapterView+IOnItemSelectedListener) |
Sets a listener to be invoked when an item in the list is selected. |
SetOnKeyListener(IDialogInterfaceOnKeyListener) |
Sets the callback that will be called if a key is dispatched to the dialog. |
SetPositiveButton(ICharSequence, EventHandler<DialogClickEventArgs>) | |
SetPositiveButton(ICharSequence, IDialogInterfaceOnClickListener) |
Set a listener to be invoked when the positive button of the dialog is pressed. |
SetPositiveButton(Int32, EventHandler<DialogClickEventArgs>) | |
SetPositiveButton(Int32, IDialogInterfaceOnClickListener) |
Set a listener to be invoked when the positive button of the dialog is pressed. |
SetPositiveButton(String, EventHandler<DialogClickEventArgs>) | |
SetPositiveButton(String, IDialogInterfaceOnClickListener) | |
SetSingleChoiceItems(ICharSequence[], Int32, EventHandler<DialogClickEventArgs>) | |
SetSingleChoiceItems(ICharSequence[], Int32, IDialogInterfaceOnClickListener) |
Set a list of items to be displayed in the dialog as the content, you will be notified of the selected item via the supplied listener. |
SetSingleChoiceItems(ICursor, Int32, String, EventHandler<DialogClickEventArgs>) | |
SetSingleChoiceItems(ICursor, Int32, String, IDialogInterfaceOnClickListener) |
Set a list of items to be displayed in the dialog as the content, you will be notified of the selected item via the supplied listener. |
SetSingleChoiceItems(IListAdapter, Int32, EventHandler<DialogClickEventArgs>) | |
SetSingleChoiceItems(IListAdapter, Int32, IDialogInterfaceOnClickListener) |
Set a list of items to be displayed in the dialog as the content, you will be notified of the selected item via the supplied listener. |
SetSingleChoiceItems(Int32, Int32, EventHandler<DialogClickEventArgs>) | |
SetSingleChoiceItems(Int32, Int32, IDialogInterfaceOnClickListener) |
Set a list of items to be displayed in the dialog as the content, you will be notified of the selected item via the supplied listener. |
SetSingleChoiceItems(String[], Int32, EventHandler<DialogClickEventArgs>) | |
SetSingleChoiceItems(String[], Int32, IDialogInterfaceOnClickListener) | |
SetTitle(ICharSequence) |
Set the title displayed in the Dialog. |
SetTitle(Int32) |
Set the title using the given resource id. |
SetTitle(String) | |
SetView(Int32) | |
SetView(View) |
Set a custom view to be the contents of the Dialog. |
Show() |
Creates an |
ToArray<T>() | (Inherited from Object) |
ToString() |
Returns a string representation of the object. (Inherited from Object) |
UnregisterFromRuntime() | (Inherited from Object) |
Wait() |
Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>. (Inherited from Object) |
Wait(Int64, Int32) |
Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>, or until a certain amount of real time has elapsed. (Inherited from Object) |
Wait(Int64) |
Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>, or until a certain amount of real time has elapsed. (Inherited from Object) |
Events
ItemSelected | |
ItemSelectionCleared | |
NothingSelected |
Explicit Interface Implementations
IJavaPeerable.Disposed() | (Inherited from Object) |
IJavaPeerable.DisposeUnlessReferenced() | (Inherited from Object) |
IJavaPeerable.Finalized() | (Inherited from Object) |
IJavaPeerable.JniManagedPeerState | (Inherited from Object) |
IJavaPeerable.SetJniIdentityHashCode(Int32) | (Inherited from Object) |
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates) | (Inherited from Object) |
IJavaPeerable.SetPeerReference(JniObjectReference) | (Inherited from Object) |
Extension Methods
JavaCast<TResult>(IJavaObject) |
Performs an Android runtime-checked type conversion. |
JavaCast<TResult>(IJavaObject) | |
GetJniTypeName(IJavaPeerable) |