Enumeration: AndroidCategory

Enum used to describe the category of a notification.

Setting a category on a notification helps the device to understand what the notification is for, or what impact it will have on the user. The category can be used for ranking and filtering the notification, however has no visual impact on the notification.

Platform

android

Enumeration Members

ALARM

ALARM: "alarm"

CALL

CALL: "call"

EMAIL

EMAIL: "email"

ERROR

ERROR: "error"

EVENT

EVENT: "event"

MESSAGE

MESSAGE: "msg"

NAVIGATION

NAVIGATION: "navigation"

PROGRESS

PROGRESS: "progress"

PROMO

PROMO: "promo"

RECOMMENDATION

RECOMMENDATION: "recommendation"

REMINDER

REMINDER: "reminder"

SERVICE

SERVICE: "service"

SOCIAL

SOCIAL: "social"

STATUS

STATUS: "status"

SYSTEM

SYSTEM: "sys"

Avoid using - generally used by the system.

TRANSPORT

TRANSPORT: "transport"