언어

RegisterAppFunctionRequest(String, IExecutor, IAppFunction) Constructor

Definition

Constructs a RegisterAppFunctionRequest.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/util/concurrent/Executor;Landroid/app/appfunctions/AppFunction;)V", "", ApiSince=37)]
public RegisterAppFunctionRequest(string functionIdentifier, Java.Util.Concurrent.IExecutor executor, Android.App.AppFunctions.IAppFunction appFunction);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/util/concurrent/Executor;Landroid/app/appfunctions/AppFunction;)V", "", ApiSince=37)>]
new Android.App.AppFunctions.RegisterAppFunctionRequest : string * Java.Util.Concurrent.IExecutor * Android.App.AppFunctions.IAppFunction -> Android.App.AppFunctions.RegisterAppFunctionRequest

Parameters

functionIdentifier
String

The unique identifier for the function. This value cannot be null.

executor
IExecutor

The Executor on which the function will be invoked. This value cannot be null.

appFunction
IAppFunction

The AppFunction implementation to be executed when the function is triggered. This value cannot be null.

Attributes

Remarks

Constructs a RegisterAppFunctionRequest.

Android reference for android.app.appfunctions.RegisterAppFunctionRequest.RegisterAppFunctionRequest.

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