CloudMediaProviderContract.MediaCategoryColumns.MediaCoverId1 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.
The first cover media ID for displaying.
[Android.Runtime.Register("MEDIA_COVER_ID1", ApiSince=36)]
public const string MediaCoverId1;
[<Android.Runtime.Register("MEDIA_COVER_ID1", ApiSince=36)>]
val mutable MediaCoverId1 : string
Field Value
- Attributes
Remarks
The first cover media ID for displaying.
If none of the MEDIA_COVER_ID is provided, media category will be shown in the Photo Picker with a default icon. Otherwise, Photo Picker will show as many MEDIA_COVER_IDs as provided.
Type: STRING
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.