ExifInterface.IsSupportedMimeType(String) Method

Definition

Returns whether ExifInterface currently supports reading data from the specified mime type or not.

[Android.Runtime.Register("isSupportedMimeType", "(Ljava/lang/String;)Z", "", ApiSince=30)]
public static bool IsSupportedMimeType (string mimeType);
[<Android.Runtime.Register("isSupportedMimeType", "(Ljava/lang/String;)Z", "", ApiSince=30)>]
static member IsSupportedMimeType : string -> bool

Parameters

mimeType
String

the string value of mime type

Returns

Attributes

Remarks

Returns whether ExifInterface currently supports reading data from the specified mime type or not.

Java documentation for android.media.ExifInterface.isSupportedMimeType(java.lang.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.

Applies to