Interface WebPushNotification

  • All Superinterfaces:
    WebNotification
    All Known Implementing Classes:
    WebPushNotificationImpl

    public interface WebPushNotification
    extends WebNotification
    Created by ctouret on 5/1/17. This interface describes the behavior of a push notification (initially intended for mobile).
    • Method Detail

      • getDeliveryType

        int getDeliveryType()
      • setDeliveryType

        void setDeliveryType​(int deliveryType)
      • getObjectId

        java.lang.String getObjectId()
      • setObjectId

        void setObjectId​(java.lang.String objectId)
      • isBackground

        boolean isBackground()
      • setBackground

        void setBackground​(boolean background)