Notification.ExtraLargeIcon Field

Definition

This constant was deprecated in API level 26.

[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

This constant was deprecated in API level 26. Use getLargeIcon(), which supports a wider variety of icon sources.

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 reference 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