Is it possible to show popup for firebase system notification (when app is in background) on the top of screen? I use setPriority(Notification.PRIORITY_MAX)
for this to show notifications from onMessageReceived
in foreground.
I use both notification
and data
fields, so I don't have access to received notification in foreground. I've tried setting priority
to high
and using notification-only pushes - nothing helps.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…