AppSearchResult.NewSuccessfulResult(Object) Method

Definition

Creates a new successful AppSearchResult.

[Android.Runtime.Register("newSuccessfulResult", "(Ljava/lang/Object;)Landroid/app/appsearch/AppSearchResult;", "", ApiSince=31)]
[Java.Interop.JavaTypeParameters(new System.String[] { "ValueType" })]
public static Android.App.AppSearch.AppSearchResult NewSuccessfulResult (Java.Lang.Object? value);
[<Android.Runtime.Register("newSuccessfulResult", "(Ljava/lang/Object;)Landroid/app/appsearch/AppSearchResult;", "", ApiSince=31)>]
[<Java.Interop.JavaTypeParameters(new System.String[] { "ValueType" })>]
static member NewSuccessfulResult : Java.Lang.Object -> Android.App.AppSearch.AppSearchResult

Parameters

value
Object

An optional value to associate with the successful result of the operation being performed.

Returns

Attributes

Remarks

Java documentation for android.app.appsearch.AppSearchResult.newSuccessfulResult(ValueType).

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