Language

NotificationBadgeIconType Enum

Definition

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.

Applies to