CloudMediaProviderContract.ExtraPreviewThumbnail Field

Definition

Forces the CloudMediaProvider#onOpenPreview file descriptor to return a thumbnail image.

[Android.Runtime.Register("EXTRA_PREVIEW_THUMBNAIL", ApiSince=33)]
public const string ExtraPreviewThumbnail;
[<Android.Runtime.Register("EXTRA_PREVIEW_THUMBNAIL", ApiSince=33)>]
val mutable ExtraPreviewThumbnail : string

Field Value

Attributes

Remarks

Forces the CloudMediaProvider#onOpenPreview file descriptor to return a thumbnail image. This is only useful for videos where the OS can either request a video or image for preview.

Java documentation for android.provider.CloudMediaProviderContract.EXTRA_PREVIEW_THUMBNAIL.

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