MediaSession.QueueItem.UnknownId Field

Definition

This id is reserved.

[Android.Runtime.Register("UNKNOWN_ID")]
public const int UnknownId = -1;
[<Android.Runtime.Register("UNKNOWN_ID")>]
val mutable UnknownId : int

Field Value

Value = -1

Implements

Attributes

Remarks

This id is reserved. No items can be explicitly assigned this id.

Java documentation for android.media.session.MediaSession.QueueItem.UNKNOWN_ID.

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