Notification.LargeIcon Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A large bitmap to be shown in the notification content area.
[Android.Runtime.Register("largeIcon")]
public Android.Graphics.Bitmap? LargeIcon { get; set; }
[<Android.Runtime.Register("largeIcon")>]
member this.LargeIcon : Android.Graphics.Bitmap with get, set
Property Value
- Attributes
Remarks
A large bitmap to be shown in the notification content area.
This member is deprecated. Use Builder#setLargeIcon(Icon)
instead.
Java documentation for android.app.Notification.largeIcon
.
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.