AppFunctionMetadata.Name Property
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.
Returns the qualified name of the app function.
public Android.App.AppFunctions.AppFunctionName Name { [Android.Runtime.Register("getName", "()Landroid/app/appfunctions/AppFunctionName;", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getName", "()Landroid/app/appfunctions/AppFunctionName;", "", ApiSince=37)>]
member this.Name : Android.App.AppFunctions.AppFunctionName
Property Value
- Attributes
Remarks
Returns the qualified name of the app function.
The AppFunctionName is composed of the app's package name and the function's identifier.
This is defined by the PROPERTY_FUNCTION_ID tag in the XML.
Android reference for android.app.appfunctions.AppFunctionMetadata.getName.
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.