Interface UserNotificationOperationBuilder.Desktop

    • Method Detail

      • text

        UserNotificationOperationBuilder.Desktop.Text text​(java.lang.String text)
                                                    throws ValidationException
        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