Notification.ProgressStyle.Segment(Int32) Constructor

Definition

Create a segment with a non-zero length.

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

Parameters

length
Int32

int: See getLength() Value is 1 or greater

Attributes

Remarks

Create a segment with a non-zero length.

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

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