CloudMediaProviderContract.MediaSetColumns.Id Field

Definition

Unique ID of the media set.

[Android.Runtime.Register("ID", ApiSince=36)]
public const string Id;
[<Android.Runtime.Register("ID", ApiSince=36)>]
val mutable Id : string

Field Value

Attributes

Remarks

Unique ID of the media set. This ID is both provided by and interpreted by the CloudMediaProvider.

Each media set must have a unique ID.

A provider should return IDs which are stable, meaning it remains the same if nothing inside it changes, since they will be used to cache media set information in the OS.

Type: STRING

Java documentation for android.provider.CloudMediaProviderContract.MediaSetColumns.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