WallpaperInfo.LoadContextUri(PackageManager) Method

Definition

Returns an URI that specifies a link for further context about this wallpaper.

[Android.Runtime.Register("loadContextUri", "(Landroid/content/pm/PackageManager;)Landroid/net/Uri;", "", ApiSince=25)]
public Android.Net.Uri? LoadContextUri (Android.Content.PM.PackageManager? pm);
[<Android.Runtime.Register("loadContextUri", "(Landroid/content/pm/PackageManager;)Landroid/net/Uri;", "", ApiSince=25)>]
member this.LoadContextUri : Android.Content.PM.PackageManager -> Android.Net.Uri

Parameters

pm
PackageManager

An instance of PackageManager to retrieve the URI.

Returns

Uri

The URI.

Attributes

Remarks

Returns an URI that specifies a link for further context about this wallpaper.

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