Share via


ExecuteAppFunctionResponse Constructors

Definition

Overloads

ExecuteAppFunctionResponse(GenericDocument)

[Android.Runtime.Register(".ctor", "(Landroid/app/appsearch/GenericDocument;)V", "", ApiSince=36)]
public ExecuteAppFunctionResponse(Android.App.AppSearch.GenericDocument resultDocument);
[<Android.Runtime.Register(".ctor", "(Landroid/app/appsearch/GenericDocument;)V", "", ApiSince=36)>]
new Android.App.AppFunctions.ExecuteAppFunctionResponse : Android.App.AppSearch.GenericDocument -> Android.App.AppFunctions.ExecuteAppFunctionResponse

Parameters

resultDocument
GenericDocument

The return value of the executed function.

Attributes

Remarks

Java documentation for android.app.appfunctions.ExecuteAppFunctionResponse.ExecuteAppFunctionResponse(android.app.appsearch.GenericDocument).

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

ExecuteAppFunctionResponse(GenericDocument, Bundle)

[Android.Runtime.Register(".ctor", "(Landroid/app/appsearch/GenericDocument;Landroid/os/Bundle;)V", "", ApiSince=36)]
public ExecuteAppFunctionResponse(Android.App.AppSearch.GenericDocument resultDocument, Android.OS.Bundle extras);
[<Android.Runtime.Register(".ctor", "(Landroid/app/appsearch/GenericDocument;Landroid/os/Bundle;)V", "", ApiSince=36)>]
new Android.App.AppFunctions.ExecuteAppFunctionResponse : Android.App.AppSearch.GenericDocument * Android.OS.Bundle -> Android.App.AppFunctions.ExecuteAppFunctionResponse

Parameters

resultDocument
GenericDocument

The return value of the executed function.

extras
Bundle

The additional metadata for this function execution response.

Attributes

Remarks

Java documentation for android.app.appfunctions.ExecuteAppFunctionResponse.ExecuteAppFunctionResponse(android.app.appsearch.GenericDocument, android.os.Bundle).

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