Uses of Class
com.maplander.backend.model.notification.Message
Packages that use Message
Package
Description
-
Uses of Message in com.maplander.backend.controller.businessrule.opi
Methods in com.maplander.backend.controller.businessrule.opi with parameters of type MessageModifier and TypeMethodDescriptionstatic String
BRNotification.sendAPNSOPI
(Message message, List<String> devices) static String
BRNotification.sendFCMOPI
(Message message) -
Uses of Message in com.maplander.backend.controller.endpoint.test
Methods in com.maplander.backend.controller.endpoint.test with parameters of type MessageModifier and TypeMethodDescriptionTestEndpoint.sendCustomAPNSPushOPI
(String device, Message message) TestEndpoint.sendCustomFCMPushML
(Message message) TestEndpoint.sendCustomFCMPushOPI
(Message message, DeviceTypeEnum device) -
Uses of Message in com.maplander.backend.model.notification
Methods in com.maplander.backend.model.notification that return MessageModifier and TypeMethodDescriptionNotification.getMessage()
NotificationRV.getMessage()
NotificationRVToken.getMessage()
Methods in com.maplander.backend.model.notification with parameters of type MessageModifier and TypeMethodDescriptionvoid
Notification.setMessage
(Message message) void
NotificationRV.setMessage
(Message message) void
NotificationRVToken.setMessage
(Message message) static com.google.firebase.messaging.Message
Message.toFcmMessage
(Message message) Constructors in com.maplander.backend.model.notification with parameters of type MessageModifierConstructorDescriptionAppleNotification
(Message message) Notification
(Long userId, NotificationTypeEnum type, Message message) NotificationRV
(Long userRVId, NotificationTypeEnum type, Message message) NotificationRVToken
(String device, NotificationTypeEnum type, DeviceTypeEnum deviceType, Message message) -
Uses of Message in com.maplander.backend.utils.notification
Methods in com.maplander.backend.utils.notification with parameters of type MessageModifier and TypeMethodDescriptionstatic String
static String
NotificationUtil.sendFCMOPI
(Message message) static String
static String
SendNotification.sendNotificationsAndroidWeb
(Message message, List<Device> devices) static String
SendNotificationRV.sendNotificationsAndroidWeb
(Message message, List<DeviceML> devices) static String
SendNotification.sendNotificationsIOS
(Message message, List<String> devices, boolean apis, String apps)