Interface Acknowledger

  • All Known Subinterfaces:
    Banners, Popups

    public interface Acknowledger
    Methods implemented by things that can be marked as acknowledged (popups and banners).
    • Method Detail

      • acknowledge

        void acknowledge​(String uuid,
                         String userId)
        Mark an item as acknowledged with a type-appropriate acknowledgement type.
      • acknowledge

        void acknowledge​(String uuid,
                         String userId,
                         AcknowledgementType acknowledgementType)
        Mark an item as acknowledged with a specific acknowledgement type.