Language

AppSearchResult.ResultCode Property

Definition

Returns one of the RESULT constants defined in AppSearchResult.

public int ResultCode { [Android.Runtime.Register("getResultCode", "()I", "", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getResultCode", "()I", "", ApiSince=31)>]
member this.ResultCode : int

Property Value

Value is one of the following: RESULT_OK RESULT_UNKNOWN_ERROR RESULT_INTERNAL_ERROR RESULT_INVALID_ARGUMENT RESULT_IO_ERROR RESULT_OUT_OF_SPACE RESULT_NOT_FOUND RESULT_INVALID_SCHEMA RESULT_SECURITY_ERROR RESULT_DENIED RESULT_RATE_LIMITED RESULT_ALREADY_EXISTS RESULT_UNAVAILABLE

Attributes

Remarks

Returns one of the RESULT constants defined in AppSearchResult.

Java documentation for android.app.appsearch.AppSearchResult.getResultCode().

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