Jump to top

MessagePriority

enum

Represents the priority of a RemoteMessage

Note: this is an android-specific property of RemoteMessages

See https://github.com/firebase/firebase-android-sdk/blob/b6d01070d246b74f02c42da5691f99f52763e48b/firebase-messaging/src/main/java/com/google/firebase/messaging/RemoteMessage.java#L57-L64

Example:

firebase.messaging.MessagePriority.PRIORITY_NORMAL;

Members

PRIORITY_HIGH</>

High priority - Activities may start foreground services if they receive high priority messages

PRIORITY_NORMAL</>

Normal priority - Activities have restrictions and may only perform unobtrusive actions on receipt

PRIORITY_UNKNOWN</>

Unknown priority, this will be returned as the default on non-android platforms