Share via


ExecuteAppFunctionRequest.TargetPackageName Property

Definition

Returns the package name of the app that hosts the function.

public string TargetPackageName { [Android.Runtime.Register("getTargetPackageName", "()Ljava/lang/String;", "", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getTargetPackageName", "()Ljava/lang/String;", "", ApiSince=36)>]
member this.TargetPackageName : string

Property Value

Attributes

Remarks

Returns the package name of the app that hosts the function.

Java documentation for android.app.appfunctions.ExecuteAppFunctionRequest.getTargetPackageName().

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