Notification.ProgressStyle.Segment.SetId(Int32) Method

Definition

Optional ID used to uniquely identify the element across updates.

[Android.Runtime.Register("setId", "(I)Landroid/app/Notification$ProgressStyle$Segment;", "", ApiSince=36)]
public Android.App.Notification.ProgressStyle.Segment SetId(int id);
[<Android.Runtime.Register("setId", "(I)Landroid/app/Notification$ProgressStyle$Segment;", "", ApiSince=36)>]
member this.SetId : int -> Android.App.Notification.ProgressStyle.Segment

Parameters

id
Int32

int

Returns

This Android.App.Notification.ProgressStyle.Segment instance, allowing calls to be chained.

Attributes

Remarks

Optional ID used to uniquely identify the element across updates. The default is 0.

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

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