SearchRecentSuggestionsProvider.GetType(Uri) Method

Definition

This method is provided for use by the ContentResolver.

[Android.Runtime.Register("getType", "(Landroid/net/Uri;)Ljava/lang/String;", "GetGetType_Landroid_net_Uri_Handler")]
public override string? GetType (Android.Net.Uri? uri);
[<Android.Runtime.Register("getType", "(Landroid/net/Uri;)Ljava/lang/String;", "GetGetType_Landroid_net_Uri_Handler")>]
override this.GetType : Android.Net.Uri -> string

Parameters

uri
Uri

the URI to query.

Returns

Attributes

Remarks

This method is provided for use by the ContentResolver. Do not override, or directly call from your own code.

Java documentation for android.content.SearchRecentSuggestionsProvider.getType(android.net.Uri).

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