WallpaperInfo.LoadContextDescriptionFormatted(PackageManager) Method

Definition

Retrieves a title of the URI that specifies a link for further context about this wallpaper.

[Android.Runtime.Register("loadContextDescription", "(Landroid/content/pm/PackageManager;)Ljava/lang/CharSequence;", "", ApiSince=25)]
public Java.Lang.ICharSequence? LoadContextDescriptionFormatted (Android.Content.PM.PackageManager? pm);
[<Android.Runtime.Register("loadContextDescription", "(Landroid/content/pm/PackageManager;)Ljava/lang/CharSequence;", "", ApiSince=25)>]
member this.LoadContextDescriptionFormatted : Android.Content.PM.PackageManager -> Java.Lang.ICharSequence

Parameters

pm
PackageManager

An instance of PackageManager to retrieve the title.

Returns

The title.

Attributes

Remarks

Retrieves a title of the URI that specifies a link for further context about this wallpaper.

Java documentation for android.app.WallpaperInfo.loadContextDescription(android.content.pm.PackageManager).

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