Class SendNotification

java.lang.Object
com.maplander.backend.utils.notification.SendNotification

public class SendNotification extends Object
  • Constructor Details

    • SendNotification

      public SendNotification()
  • Method Details

    • fillAddressSafe

      public static String fillAddressSafe(Address a)
    • fillAddAssessorInTask

      public static Notification fillAddAssessorInTask(Task task)
    • fillTaskNotification

      public static Notification fillTaskNotification(TaskNotification taskNotification, String description)
    • fillRequestNotification

      public static Notification fillRequestNotification(Property property, Lead lead)
    • fillMarketingNotification

      public static Notification fillMarketingNotification(Marketing marketing)
    • sendRequest

      public static boolean sendRequest(Notification notification)
    • createNotifications

      public static void createNotifications(Notification notification, boolean android, boolean web, boolean ios)
    • sendNotificationsAndroidWeb

      public static String sendNotificationsAndroidWeb(Message message, List<Device> devices)
    • main

      public static void main(String[] args)
    • sendNotificationsIOS

      public static String sendNotificationsIOS(Message message, List<String> devices, boolean apis, String apps)