ProgressDialog.IncrementProgressBy(Int32) Method

Definition

Increments the current progress value.

[Android.Runtime.Register("incrementProgressBy", "(I)V", "GetIncrementProgressBy_IHandler")]
public virtual void IncrementProgressBy (int diff);
[<Android.Runtime.Register("incrementProgressBy", "(I)V", "GetIncrementProgressBy_IHandler")>]
abstract member IncrementProgressBy : int -> unit
override this.IncrementProgressBy : int -> unit

Parameters

diff
Int32

the amount by which the current progress will be incremented, up to #getMax()

Attributes

Remarks

Increments the current progress value.

Java documentation for android.app.ProgressDialog.incrementProgressBy(int).

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.

Applies to