Interface UserNotificationOperationBuilder


  • public interface UserNotificationOperationBuilder
    This interface provides specific builders to build operations to display a notification to a user. Please note that the built operations can only be executed for a User that is logged on as an agent in the novomind iAGENT Desk.
    Since:
    12.13
    • Method Detail

      • alert

        UserNotificationOperationBuilder.Alert alert()
        This method returns a UserNotificationOperationBuilder.Alert instance which is able to set the different parameters for building a user notification by an alert inline popup window.
        Returns:
        the UserNotificationOperationBuilder.Alert
        Since:
        12.13
      • growl

        UserNotificationOperationBuilder.Growl growl()
        This method returns a UserNotificationOperationBuilder.Growl instance which is able to set the different parameters for building a user notification by a growl.
        Returns:
        the UserNotificationOperationBuilder.Growl
        Since:
        12.13
      • desktop

        UserNotificationOperationBuilder.Desktop desktop()
        This method returns a UserNotificationOperationBuilder.Desktop instance which is able to set the different parameters for building a user notification by a native desktop notification.
        Returns:
        the UserNotificationOperationBuilder.Desktop
        Since:
        12.13