WallpaperInfo.LoadAuthorFormatted(PackageManager) Method

Definition

Return a string indicating the author(s) of this wallpaper.

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

Parameters

Returns

Attributes

Exceptions

Remarks

Return a string indicating the author(s) of this wallpaper.

Java documentation for android.app.WallpaperInfo.loadAuthor(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