Notification.ExtraLargeIcon Field

Definition

#extras key: this is a bitmap to be used instead of the small icon when showing the notification payload, as supplied to Builder#setLargeIcon(android.graphics.Bitmap).

[Android.Runtime.Register("EXTRA_LARGE_ICON")]
public const string ExtraLargeIcon;
[<Android.Runtime.Register("EXTRA_LARGE_ICON")>]
val mutable ExtraLargeIcon : string

Field Value

Implements

Attributes

Remarks

#extras key: this is a bitmap to be used instead of the small icon when showing the notification payload, as supplied to Builder#setLargeIcon(android.graphics.Bitmap).

This member is deprecated. Use #getLargeIcon(), which supports a wider variety of icon sources.

Java documentation for android.app.Notification.EXTRA_LARGE_ICON.

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