Android.App.ProgressDialog.Show Method

Syntax

[Android.Runtime.Register("show", "(Landroid/content/Context;Ljava/lang/CharSequence;Ljava/lang/CharSequence;Z)Landroid/app/ProgressDialog;", "")]
public static ProgressDialog Show (Android.Content.Context context, Java.Lang.ICharSequence title, Java.Lang.ICharSequence message, bool indeterminate)

Parameters

context
Documentation for this section has not yet been entered.
title
Documentation for this section has not yet been entered.
message
Documentation for this section has not yet been entered.
indeterminate
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Requirements

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