Android.App.ProgressDialog Members

The members of Android.App.ProgressDialog are listed below.

See Also: Inherited members from Android.App.AlertDialog

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

IncrementProgressBy(int)
IncrementSecondaryProgressBy(int)
OnStart()
Called when the dialog is starting.
SetIndeterminateDrawable(Android.Graphics.Drawables.Drawable)
SetProgressDrawable(Android.Graphics.Drawables.Drawable)
SetProgressNumberFormat(string)
Change the format of the small text showing current and maximum units of progress.
SetProgressPercentFormat(Java.Text.NumberFormat)
Change the format of the small text showing the percentage of progress.
SetProgressStyle(ProgressDialogStyle)
static
Show(Android.Content.Context, Java.Lang.ICharSequence, Java.Lang.ICharSequence) : ProgressDialog
static
Show(Android.Content.Context, string, string) : ProgressDialog
Documentation for this section has not yet been entered.
static
Show(Android.Content.Context, Java.Lang.ICharSequence, Java.Lang.ICharSequence, bool) : ProgressDialog
static
Show(Android.Content.Context, string, string, bool) : ProgressDialog
Documentation for this section has not yet been entered.
static
Show(Android.Content.Context, Java.Lang.ICharSequence, Java.Lang.ICharSequence, bool, bool) : ProgressDialog
static
Show(Android.Content.Context, string, string, bool, bool) : ProgressDialog
Documentation for this section has not yet been entered.
static
Show(Android.Content.Context, Java.Lang.ICharSequence, Java.Lang.ICharSequence, bool, bool, Android.Content.IDialogInterfaceOnCancelListener) : ProgressDialog
static
Show(Android.Content.Context, Java.Lang.ICharSequence, Java.Lang.ICharSequence, bool, bool, EventHandler) : ProgressDialog
Documentation for this section has not yet been entered.
static
Show(Android.Content.Context, string, string, bool, bool, Android.Content.IDialogInterfaceOnCancelListener) : ProgressDialog
Documentation for this section has not yet been entered.
static
Show(Android.Content.Context, string, string, bool, bool, EventHandler) : ProgressDialog
Documentation for this section has not yet been entered.