Class SendNotification
java.lang.Object
com.maplander.backend.utils.notification.SendNotification
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
createNotifications
(Notification notification, boolean android, boolean web, boolean ios) static Notification
fillAddAssessorInTask
(Task task) static String
static Notification
fillMarketingNotification
(Marketing marketing) static Notification
fillRequestNotification
(Property property, Lead lead) static Notification
fillTaskNotification
(TaskNotification taskNotification, String description) static void
static String
sendNotificationsAndroidWeb
(Message message, List<Device> devices) static String
sendNotificationsIOS
(Message message, List<String> devices, boolean apis, String apps) static boolean
sendRequest
(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
-