Lingua

ExecuteAppFunctionResponse Constructors

Definition

Overloads

Name Description
ExecuteAppFunctionResponse(GenericDocument)

Constructs an ExecuteAppFunctionResponse.

ExecuteAppFunctionResponse(GenericDocument, Bundle)

Constructs an ExecuteAppFunctionResponse with an additional Bundle.

ExecuteAppFunctionResponse(GenericDocument, Bundle, IList<AppFunctionUriGrant>)

Constructs an ExecuteAppFunctionResponse with an additional Bundle and AppFunctionUriGrants.

ExecuteAppFunctionResponse(GenericDocument)

Constructs an ExecuteAppFunctionResponse.

[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, see #getResultDocument.

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)

Constructs an ExecuteAppFunctionResponse with an additional 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, see #getResultDocument.

extras
Bundle

The additional metadata for this function execution response, see #getExtras.

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

ExecuteAppFunctionResponse(GenericDocument, Bundle, IList<AppFunctionUriGrant>)

Constructs an ExecuteAppFunctionResponse with an additional Bundle and AppFunctionUriGrants.

[Android.Runtime.Register(".ctor", "(Landroid/app/appsearch/GenericDocument;Landroid/os/Bundle;Ljava/util/List;)V", "", ApiSince=37)]
public ExecuteAppFunctionResponse(Android.App.AppSearch.GenericDocument resultDocument, Android.OS.Bundle extras, System.Collections.Generic.IList<Android.App.AppFunctions.AppFunctionUriGrant> uriGrants);
[<Android.Runtime.Register(".ctor", "(Landroid/app/appsearch/GenericDocument;Landroid/os/Bundle;Ljava/util/List;)V", "", ApiSince=37)>]
new Android.App.AppFunctions.ExecuteAppFunctionResponse : Android.App.AppSearch.GenericDocument * Android.OS.Bundle * System.Collections.Generic.IList<Android.App.AppFunctions.AppFunctionUriGrant> -> Android.App.AppFunctions.ExecuteAppFunctionResponse

Parameters

resultDocument
GenericDocument

The return value of the executed function, see #getResultDocument.

extras
Bundle

The additional metadata for this function execution response, see #getExtras.

uriGrants
IList<AppFunctionUriGrant>

The list of AppFunctionUriGrant to which the caller of this app function execution should have temporary access granted.

Attributes

Remarks

Constructs an ExecuteAppFunctionResponse with an additional Bundle and AppFunctionUriGrants.

Android reference for android.app.appfunctions.ExecuteAppFunctionResponse.ExecuteAppFunctionResponse.

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