foreground_push_notifications library

Classes

MeSendDataPushPayload
Parsed MeSend FCM data payload (no notification block required).
MeSendPushNotificationDisplay
Displays tray notifications for FCM messages (notification or data-only).

Properties

meSendConfiguredFirebaseBackgroundOptions → FirebaseOptions?
FirebaseOptions stored by configureMeSendFirebaseBackgroundInit in this isolate (for tests / main-isolate use only).
no setter

Functions

configureMeSendFirebaseBackgroundInit({required FirebaseOptions options}) → void
Stores FirebaseOptions in the current isolate.
meSendHandleBackgroundRemoteMessage(RemoteMessage message, {required FirebaseOptions options}) Future<void>
Handles an FCM message in a background isolate.

Typedefs

MeSendForegroundNotifications = MeSendPushNotificationDisplay
Backward-compatible alias used during SDK init.