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
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
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
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.