AppFunctionName(String, String) Constructor
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.
Constructs an AppFunctionName.
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;)V", "", ApiSince=37)]
public AppFunctionName(string packageName, string functionIdentifier);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;)V", "", ApiSince=37)>]
new Android.App.AppFunctions.AppFunctionName : string * string -> Android.App.AppFunctions.AppFunctionName
Parameters
- packageName
- String
The package name of the Android app which contains the app function. This value cannot be null.
- functionIdentifier
- String
The identifier of the app function within the packageName. This value cannot be null.
- Attributes
Remarks
Constructs an AppFunctionName.
Android reference for android.app.appfunctions.AppFunctionName.AppFunctionName.
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.