Notification.ProgressStyle.Point(Int32) Constructor

Definition

Create a point element.

[Android.Runtime.Register(".ctor", "(I)V", "", ApiSince=36)]
public Point(int position);
[<Android.Runtime.Register(".ctor", "(I)V", "", ApiSince=36)>]
new Android.App.Notification.ProgressStyle.Point : int -> Android.App.Notification.ProgressStyle.Point

Parameters

position
Int32

int: See getPosition() Value is 1 or greater

Attributes

Remarks

Create a point element. The position of this point on the progress bar relative to ProgressStyle.getProgressMax

Android reference for android.app.Notification.ProgressStyle.Point.Point.

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