AppWidgetProviderInfo.LoadDescription(Context) 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 localized description for the app widget.
public string? LoadDescription (Android.Content.Context context);
member this.LoadDescription : Android.Content.Context -> string
Parameters
- context
- Context
Context for accessing resources.
Returns
CharSequence for app widget description for the current locale.
Remarks
Loads localized description for the app widget.
Description is intended to be displayed in the UI of the widget 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.