Share via


GenericDocument.GetPropertyBlobHandle(String) Method

Definition

Retrieves an AppSearchBlobHandle property by path.

[Android.Runtime.Register("getPropertyBlobHandle", "(Ljava/lang/String;)Landroid/app/appsearch/AppSearchBlobHandle;", "GetGetPropertyBlobHandle_Ljava_lang_String_Handler", ApiSince=36)]
public virtual Android.App.AppSearch.AppSearchBlobHandle? GetPropertyBlobHandle(string path);
[<Android.Runtime.Register("getPropertyBlobHandle", "(Ljava/lang/String;)Landroid/app/appsearch/AppSearchBlobHandle;", "GetGetPropertyBlobHandle_Ljava_lang_String_Handler", ApiSince=36)>]
abstract member GetPropertyBlobHandle : string -> Android.App.AppSearch.AppSearchBlobHandle
override this.GetPropertyBlobHandle : string -> Android.App.AppSearch.AppSearchBlobHandle

Parameters

path
String

The path to look for.

Returns

The first AppSearchBlobHandle associated with the given path or null if there is no such value or the value is of a different type.

Attributes

Remarks

Retrieves an AppSearchBlobHandle property by path.

See #getProperty for a detailed description of the path syntax.

See AppSearchSession#openBlobForRead for how to use AppSearchBlobHandle to retrieve blob data.

Java documentation for android.app.appsearch.GenericDocument.getPropertyBlobHandle(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