ProgressDialog.IncrementSecondaryProgressBy(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Increments the current secondary progress value.
[Android.Runtime.Register("incrementSecondaryProgressBy", "(I)V", "GetIncrementSecondaryProgressBy_IHandler")]
public virtual void IncrementSecondaryProgressBy (int diff);
[<Android.Runtime.Register("incrementSecondaryProgressBy", "(I)V", "GetIncrementSecondaryProgressBy_IHandler")>]
abstract member IncrementSecondaryProgressBy : int -> unit
override this.IncrementSecondaryProgressBy : int -> unit
Parameters
- diff
- Int32
the amount by which the current secondary progress will be incremented,
up to #getMax()
- Attributes
Remarks
Increments the current secondary progress value.
Java documentation for android.app.ProgressDialog.incrementSecondaryProgressBy(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.