Share via


GenericDocument.GetPropertyBlobHandleArray(String) Method

Definition

Retrieves a repeated AppSearchBlobHandle[] property by path.

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

Parameters

path
String

The path to look for.

Returns

The AppSearchBlobHandle[] associated with the given path, or null if no value is set or the value is of a different type.

Attributes

Remarks

Retrieves a repeated AppSearchBlobHandle[] property by path.

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

If the property has not been set via Builder#setPropertyBlobHandle, this method returns null.

If it has been set via Builder#setPropertyBlobHandle to an empty AppSearchBlobHandle[], this method returns an empty AppSearchBlobHandle[].

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