- documentId
- the document to return.
- sizeHint
- hint of the optimal thumbnail dimensions.
- signal
- used by the caller to signal if the request should be cancelled. May be null.
Documentation for this section has not yet been entered.
Type Reason Java.IO.FileNotFoundException
Open and return a thumbnail of the requested document.
A provider should return a thumbnail closely matching the hinted size, attempting to serve from a local cache if possible. A provider should never return images more than double the hinted size.
If you perform expensive operations to download or generate a thumbnail, you should periodically check Android.OS.CancellationSignal.IsCanceled to abort abandoned thumbnail requests.