AppWidgetProviderInfo.LoadLabel(PackageManager) Method
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.
Loads the localized label to display to the user in the AppWidget picker.
[Android.Runtime.Register("loadLabel", "(Landroid/content/pm/PackageManager;)Ljava/lang/String;", "")]
public string? LoadLabel (Android.Content.PM.PackageManager? packageManager);
[<Android.Runtime.Register("loadLabel", "(Landroid/content/pm/PackageManager;)Ljava/lang/String;", "")>]
member this.LoadLabel : Android.Content.PM.PackageManager -> string
Parameters
- packageManager
- PackageManager
Package manager instance for loading resources.
Returns
The label for the current locale.
- Attributes
Remarks
Loads the localized label to display to the user in the AppWidget picker.
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.