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

String

CharSequence for app widget description for the current locale.

Remarks

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