Android.Widget.RemoteViews.SetProgressBar Method
Equivalent to calling ProgressBar.Max, ProgressBar.Progress, and ProgressBar.Indeterminate If indeterminate is true, then the values for max and progress are ignored.

Syntax

[Android.Runtime.Register("setProgressBar", "(IIIZ)V", "GetSetProgressBar_IIIZHandler")]
public virtual void SetProgressBar (int viewId, int max, int progress, bool indeterminate)

Parameters

viewId
The id of the Android.Widget.ProgressBar to change
max
The 100% value for the progress bar
progress
The current value of the progress bar.
indeterminate
True if the progress bar is indeterminate, false if not.

Remarks

Equivalent to calling ProgressBar.Max, ProgressBar.Progress, and ProgressBar.Indeterminate If indeterminate is true, then the values for max and progress are ignored.

[Android Documentation]

Requirements

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