MediaStore.Video.Thumbnails.CancelThumbnailRequest Method

Definition

Overloads

CancelThumbnailRequest(ContentResolver, Int64)

This method cancels the thumbnail request so clients waiting for getThumbnail will be interrupted and return immediately.

CancelThumbnailRequest(ContentResolver, Int64, Int64)

This method cancels the thumbnail request so clients waiting for getThumbnail will be interrupted and return immediately.

CancelThumbnailRequest(ContentResolver, Int64)

This method cancels the thumbnail request so clients waiting for getThumbnail will be interrupted and return immediately.

[Android.Runtime.Register("cancelThumbnailRequest", "(Landroid/content/ContentResolver;J)V", "")]
public static void CancelThumbnailRequest (Android.Content.ContentResolver? cr, long origId);
[<Android.Runtime.Register("cancelThumbnailRequest", "(Landroid/content/ContentResolver;J)V", "")>]
static member CancelThumbnailRequest : Android.Content.ContentResolver * int64 -> unit

Parameters

cr
ContentResolver

ContentResolver

origId
Int64

original video id

Attributes

Remarks

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

CancelThumbnailRequest(ContentResolver, Int64, Int64)

This method cancels the thumbnail request so clients waiting for getThumbnail will be interrupted and return immediately.

[Android.Runtime.Register("cancelThumbnailRequest", "(Landroid/content/ContentResolver;JJ)V", "")]
public static void CancelThumbnailRequest (Android.Content.ContentResolver? cr, long videoId, long groupId);
[<Android.Runtime.Register("cancelThumbnailRequest", "(Landroid/content/ContentResolver;JJ)V", "")>]
static member CancelThumbnailRequest : Android.Content.ContentResolver * int64 * int64 -> unit

Parameters

cr
ContentResolver

ContentResolver

videoId
Int64
groupId
Int64

the same groupId used in getThumbnail.

Attributes

Remarks

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