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 StringBRNotification.sendAPNSOPI(Message message, List<String> devices) static StringBRNotification.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 TypeMethodDescriptionvoidNotification.setMessage(Message message) voidNotificationRV.setMessage(Message message) voidNotificationRVToken.setMessage(Message message) static com.google.firebase.messaging.MessageMessage.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 Stringstatic StringNotificationUtil.sendFCMOPI(Message message) static Stringstatic StringSendNotification.sendNotificationsAndroidWeb(Message message, List<Device> devices) static StringSendNotificationRV.sendNotificationsAndroidWeb(Message message, List<DeviceML> devices) static StringSendNotification.sendNotificationsIOS(Message message, List<String> devices, boolean apis, String apps)