Interface UserNotificationOperationBuilder.WithDimensions<T>
- All Known Subinterfaces:
UserNotificationOperationBuilder.Alert,UserNotificationOperationBuilder.Alert.Html,UserNotificationOperationBuilder.Alert.Text,UserNotificationOperationBuilder.Alert.WithMessage<T>
- Enclosing interface:
UserNotificationOperationBuilder
public static interface UserNotificationOperationBuilder.WithDimensions<T>
This interface represents a specific builder to display a notification with dimensions.
- Since:
- 12.39
-
Method Summary
Modifier and TypeMethodDescriptiondimensions(int width, int height) Applies the dimensions to the notification.
-
Method Details
-
dimensions
Applies the dimensions to the notification.- Parameters:
width- the width for the notificationheight- the height for the notification- Returns:
- the specific
UserNotificationOperationBuilderinstance of type T - Throws:
ValidationException- if the dimensions are invalid- Since:
- 12.39
-