Interface UserNotificationOperationBuilder.Banner.Text

All Superinterfaces:
UserNotificationOperationBuilder.Banner.WithMessage<UserNotificationOperationBuilder.Banner.Text>, UserNotificationOperationBuilder.WithCloseOption<UserNotificationOperationBuilder.Banner.Text>, UserNotificationOperationBuilder.WithDuration<UserNotificationOperationBuilder.Banner.Text>, UserNotificationOperationBuilder.WithType<UserNotificationOperationBuilder.Banner.Text>
Enclosing interface:
UserNotificationOperationBuilder.Banner

public static interface UserNotificationOperationBuilder.Banner.Text extends UserNotificationOperationBuilder.Banner.WithMessage<UserNotificationOperationBuilder.Banner.Text>
This interface represents a specific builder to display a banner notification on the top of the browser to a user.
Since:
13.0
  • Method Details

    • clear

      Clears the currently shown banner notification with the given text. If the text of the currently shown banner notification does not equal to the given text or no banner notification is currently visible for the specified user the operation will not take any effect.
      Returns:
      the specific UserNotificationOperationBuilder instance of type T
      Since:
      13.0