Interface WebNotification

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> getUserIds()
      Get the list of user ids, which identifies the recipients of the notification
      void send()
      Send the push notification
      void setUserIds​(java.util.List<java.lang.String> userIds)
      Set the list of user ids, which identifies the recipients of the notification
    • Method Detail

      • getUserIds

        java.util.List<java.lang.String> getUserIds()
        Get the list of user ids, which identifies the recipients of the notification
        Returns:
        list of user ids
      • setUserIds

        void setUserIds​(java.util.List<java.lang.String> userIds)
        Set the list of user ids, which identifies the recipients of the notification
        Parameters:
        userIds - , list of user ids which identifies the recipients of the notification