Android.Content.ContentResolver.GetType Method
Return the MIME type of the given content URL.

Syntax

[Android.Runtime.Register("getType", "(Landroid/net/Uri;)Ljava/lang/String;", "")]
public string GetType (Android.Net.Uri url)

Parameters

url
A Uri identifying content (either a list or specific type), using the content:// scheme.

Returns

Documentation for this section has not yet been entered.

Remarks

Return the MIME type of the given content URL.

[Android Documentation]

Requirements

Namespace: Android.Content
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1