AppWidgetProviderInfo.LoadDescriptionFormatted(Context) Method

Definition

Loads localized description for the app widget.

[Android.Runtime.Register("loadDescription", "(Landroid/content/Context;)Ljava/lang/CharSequence;", "", ApiSince=31)]
public Java.Lang.ICharSequence? LoadDescriptionFormatted (Android.Content.Context context);
[<Android.Runtime.Register("loadDescription", "(Landroid/content/Context;)Ljava/lang/CharSequence;", "", ApiSince=31)>]
member this.LoadDescriptionFormatted : Android.Content.Context -> Java.Lang.ICharSequence

Parameters

context
Context

Context for accessing resources.

Returns

CharSequence for app widget description for the current locale.

Attributes

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