Share via


ExecuteAppFunctionRequest.Builder(String, String) Constructor

Definition

Creates a new instance of this builder class.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;)V", "", ApiSince=36)]
public Builder(string targetPackageName, string functionIdentifier);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;)V", "", ApiSince=36)>]
new Android.App.AppFunctions.ExecuteAppFunctionRequest.Builder : string * string -> Android.App.AppFunctions.ExecuteAppFunctionRequest.Builder

Parameters

targetPackageName
String

The package name of the target app providing the app function to invoke.

functionIdentifier
String

The identifier used by the AppFunctionService from the target app to uniquely identify the function to be invoked.

Attributes

Remarks

Creates a new instance of this builder class.

Java documentation for android.app.appfunctions.ExecuteAppFunctionRequest.Builder.ExecuteAppFunctionRequest$Builder(java.lang.String, java.lang.String).

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