Enumeration: AndroidBadgeIconType

Enum used to define how a notification badge is displayed in badge mode.

View the Badges documentation for more information.

Platform

android

Enumeration Members

LARGE

LARGE: 2

Shows the badge as the notifications largeIcon (if available).

This is the default value used by a notification if not provided.

NONE

NONE: 0

No badge is displayed, will always show as a number.

SMALL

SMALL: 1

Shows the badge as the notifications smallIcon.