CloudMediaProviderContract.AlbumColumns.Id Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Unique ID of an album.
[Android.Runtime.Register("ID", ApiSince=33)]
public const string Id;
[<Android.Runtime.Register("ID", ApiSince=33)>]
val mutable Id : string
Field Value
- Attributes
Remarks
Unique ID of an album. This ID is both provided by and interpreted by a CloudMediaProvider
.
Each album item must have a unique ID within a media collection.
A provider should return durable IDs, since they will be used to cache album information in the OS.
Type: STRING
Java documentation for android.provider.CloudMediaProviderContract.AlbumColumns.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.