CloudMediaProviderContract.MediaCategoryColumns.Id Field

Definition

The unique identifier of the media category.

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

Field Value

Attributes

Remarks

The unique identifier of the media category. This ID is both provided by and interpreted by the CloudMediaProvider.

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 information in the OS.

Type: STRING

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