NotificationBadgeIconType Enum
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.
public enum NotificationBadgeIconType
type NotificationBadgeIconType =
- Inheritance
-
NotificationBadgeIconType
Fields
| Name | Value | Description |
|---|---|---|
| None | 0 | If this notification is being shown as a badge, always show as a number. |
| Small | 1 | If this notification is being shown as a badge, use the getSmallIcon() to represent this notification. |
| Large | 2 | If this notification is being shown as a badge, use the getLargeIcon() to represent this notification. |
Remarks
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.