Notification.LargeIcon Property

Definition

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.

Applies to