ExecuteAppFunctionResponse Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| ExecuteAppFunctionResponse(GenericDocument) |
Constructs an |
| ExecuteAppFunctionResponse(GenericDocument, Bundle) |
Constructs an |
| ExecuteAppFunctionResponse(GenericDocument, Bundle, IList<AppFunctionUriGrant>) |
Constructs an |
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
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
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.
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.