Язык

ExecuteAppFunctionResponse Конструкторы

Определение

Перегрузки

Имя. Описание
ExecuteAppFunctionResponse(GenericDocument)

Создает элемент ExecuteAppFunctionResponse.

ExecuteAppFunctionResponse(GenericDocument, Bundle)

ExecuteAppFunctionResponse Создает дополнительный Bundleобъект.

ExecuteAppFunctionResponse(GenericDocument, Bundle, IList<AppFunctionUriGrant>)

Создает объект ExecuteAppFunctionResponse с дополнительными Bundle и AppFunctionUriGrantс.

ExecuteAppFunctionResponse(GenericDocument)

Создает элемент 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

Параметры

resultDocument
GenericDocument

Возвращаемое значение выполняемой функции см. в разделе #getResultDocument.

Атрибуты

Комментарии

Java документации по android.app.appfunctions.ExecuteAppFunctionResponse.ExecuteAppFunctionResponse(android.app.appsearch.GenericDocument).

Части этой страницы — это изменения на основе работы, созданной и общей Project и используемых в соответствии с условиями, описанными в разделе "".

Применяется к

ExecuteAppFunctionResponse(GenericDocument, Bundle)

ExecuteAppFunctionResponse Создает дополнительный 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

Параметры

resultDocument
GenericDocument

Возвращаемое значение выполняемой функции см. в разделе #getResultDocument.

extras
Bundle

Дополнительные метаданные для ответа на выполнение функции см. в разделе #getExtras.

Атрибуты

Комментарии

Java документации по android.app.appfunctions.ExecuteAppFunctionResponse.ExecuteAppFunctionResponse(android.app.appsearch.GenericDocument, android.os.Bundle).

Части этой страницы — это изменения на основе работы, созданной и общей Project и используемых в соответствии с условиями, описанными в разделе "".

Применяется к

ExecuteAppFunctionResponse(GenericDocument, Bundle, IList<AppFunctionUriGrant>)

Создает объект ExecuteAppFunctionResponse с дополнительными Bundle и AppFunctionUriGrantс.

[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

Параметры

resultDocument
GenericDocument

Возвращаемое значение выполняемой функции см. в разделе #getResultDocument.

extras
Bundle

Дополнительные метаданные для ответа на выполнение функции см. в разделе #getExtras.

uriGrants
IList<AppFunctionUriGrant>

Список AppFunctionUriGrant , к которому должен предоставляться вызывающий объект этой функции приложения.

Атрибуты

Комментарии

Создает ExecuteAppFunctionResponse с дополнительным пакетом и AppFunctionUriGrants.

Справочник по Android для android.app.appfunctions.ExecuteAppFunctionResponse.ExecuteAppFunctionResponse.

Части этой страницы — это изменения на основе работы, созданной и общей Project и используемых в соответствии с условиями, описанными в разделе "".

Применяется к