Android.App.ProgressDialog Class

See Also: ProgressDialog Members

Syntax

[Android.Runtime.Register("android/app/ProgressDialog", DoNotGenerateAcw=true)]
public class ProgressDialog : AlertDialog

Remarks

A dialog showing a progress indicator and an optional text message or view. Only a text message or a view can be used at the same time.

The dialog can be made cancelable on back key press.

The progress range is 0..10000.

[Android Documentation]

Requirements

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