다음을 통해 공유


MimeTypeMap.HasMimeType(String) Method

Definition

Return true if the given MIME type has an entry in the map.

[Android.Runtime.Register("hasMimeType", "(Ljava/lang/String;)Z", "GetHasMimeType_Ljava_lang_String_Handler")]
public virtual bool HasMimeType (string? mimeType);
[<Android.Runtime.Register("hasMimeType", "(Ljava/lang/String;)Z", "GetHasMimeType_Ljava_lang_String_Handler")>]
abstract member HasMimeType : string -> bool
override this.HasMimeType : string -> bool

Parameters

mimeType
String

A MIME type (i.e. text/plain)

Returns

true if there is a mimeType entry in the map.

Attributes

Remarks

Return true if the given MIME type has an entry in the map.

Java documentation for android.webkit.MimeTypeMap.hasMimeType(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