Share via


AppWidgetProviderInfo.LoadDescription(Context) Method

Definition

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.

Java documentation for android.appwidget.AppWidgetProviderInfo.loadDescription(android.content.Context).

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