MessagePriority
enum
Represents the priority of a RemoteMessage
Note: this is an android-specific property of RemoteMessages
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