Notification.ExtraLargeIcon Field
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.
#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.