Android.Provider.DocumentsProvider.OpenTypedAssetFile Method
Implementation is provided by the parent class.

Syntax

[Android.Runtime.Register("openTypedAssetFile", "(Landroid/net/Uri;Ljava/lang/String;Landroid/os/Bundle;)Landroid/content/res/AssetFileDescriptor;", "")]
public override sealed Android.Content.Res.AssetFileDescriptor OpenTypedAssetFile (Android.Net.Uri uri, string mimeTypeFilter, Android.OS.Bundle opts)

See Also

DocumentsProvider.OpenDocumentThumbnail(string, Android.Graphics.Point, Android.Graphics.Point)

Parameters

uri
The data in the content provider being queried.
mimeTypeFilter
The type of data the client desires. May be a pattern, such as */*, if the caller does not have specific type requirements; in this case the content provider will pick its best type matching the pattern.
opts
Additional options from the client. The definitions of these are specific to the content provider being called.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.IO.FileNotFoundException

Remarks

Implementation is provided by the parent class. Cannot be overriden.

[Android Documentation]

Requirements

Namespace: Android.Provider
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0