Class SendNotification
java.lang.Object
com.maplander.backend.utils.notification.SendNotification
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcreateNotifications(Notification notification, boolean android, boolean web, boolean ios) static NotificationfillAddAssessorInTask(Task task) static Stringstatic NotificationfillMarketingNotification(Marketing marketing) static NotificationfillRequestNotification(Property property, Lead lead, User user) static NotificationfillTaskNotification(TaskNotification taskNotification, String description) static voidstatic StringsendNotificationsAndroidWeb(Message message, List<Device> devices) static StringsendNotificationsIOS(Message message, List<String> devices, boolean apis, String apps) static booleansendRequest(Notification notification)
-
Constructor Details
-
SendNotification
public SendNotification()
-
-
Method Details
-
fillAddressSafe
-
fillAddAssessorInTask
-
fillTaskNotification
public static Notification fillTaskNotification(TaskNotification taskNotification, String description) -
fillRequestNotification
-
fillMarketingNotification
-
sendRequest
-
createNotifications
public static void createNotifications(Notification notification, boolean android, boolean web, boolean ios) -
sendNotificationsAndroidWeb
-
main
-
sendNotificationsIOS
-