Interface UserNotificationOperationBuilder.Desktop

All Superinterfaces:
UserNotificationOperationBuilder.WithTitle<UserNotificationOperationBuilder.Desktop>
Enclosing interface:
UserNotificationOperationBuilder

public static interface UserNotificationOperationBuilder.Desktop extends UserNotificationOperationBuilder.WithTitle<UserNotificationOperationBuilder.Desktop>
This interface represents a specific builder to display a native desktop notification to a user.
Since:
12.13
  • Method Details

    • text

      This method returns a UserNotificationOperationBuilder.Desktop.Text instance which is able to display a desktop notification with a text message to the user.
      Parameters:
      text - the text message of the desktop notification
      Returns:
      the UserNotificationOperationBuilder.Desktop.Text
      Throws:
      ValidationException - if the text message is not valid
      Since:
      12.13