Package org.cyclos.impl.utils.appnotifications
-
Interface Summary Interface Description AppNotificationHandler Handler to send app notifications (aka push notifications)
Known implementations:FcmAppNotificationHandlerImpl -
Class Summary Class Description AppNotificationMessage A notification sent to an applicationAppNotificationMessage.Builder FcmAppNotificationHandlerImpl Firebase Cloud Messaging (FCM) app notification handler implementation.
There are two types of messages that can be sent to clients: Notification messages: handled automatically by the platform (FCM shows the notification message on the device) Data messages: handled directly by the app Please follow this link for a detailed description: About FCM messages
This is the link to the API doc: API Reference
This implementation send notification messages with a data payload of custom key-value pairs.