Android.Content.PM.PackageItemInfo.LoadBanner Method
Retrieve the current graphical banner associated with this item.

Syntax

[Android.Runtime.Register("loadBanner", "(Landroid/content/pm/PackageManager;)Landroid/graphics/drawable/Drawable;", "GetLoadBanner_Landroid_content_pm_PackageManager_Handler")]
public virtual Android.Graphics.Drawables.Drawable LoadBanner (PackageManager pm)

Parameters

pm
A PackageManager from which the banner can be loaded; usually the PackageManager from which you originally retrieved this item.

Returns

Documentation for this section has not yet been entered.

Remarks

Retrieve the current graphical banner associated with this item. This will call back on the given PackageManager to load the banner from the application.

[Android Documentation]

Requirements

Namespace: Android.Content.PM
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1