Notification.ExtraSmallIcon 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 the resource ID of the notification's main small icon, as
supplied to Builder#setSmallIcon(int)
.
[Android.Runtime.Register("EXTRA_SMALL_ICON")]
public const string ExtraSmallIcon;
[<Android.Runtime.Register("EXTRA_SMALL_ICON")>]
val mutable ExtraSmallIcon : string
Field Value
Implements
- Attributes
Remarks
#extras
key: this is the resource ID of the notification's main small icon, as supplied to Builder#setSmallIcon(int)
.
This member is deprecated. Use #getSmallIcon()
, which supports a wider variety of icon sources.
Java documentation for android.app.Notification.EXTRA_SMALL_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.