Interface UserNotificationOperationBuilder.Alert.Html
-
- All Superinterfaces:
UserNotificationOperationBuilder.Alert.WithMessage<UserNotificationOperationBuilder.Alert.Html>
,UserNotificationOperationBuilder.WithDimensions<UserNotificationOperationBuilder.Alert.Html>
,UserNotificationOperationBuilder.WithDuration<UserNotificationOperationBuilder.Alert.Html>
- Enclosing interface:
- UserNotificationOperationBuilder.Alert
public static interface UserNotificationOperationBuilder.Alert.Html extends UserNotificationOperationBuilder.Alert.WithMessage<UserNotificationOperationBuilder.Alert.Html>
This interface represents a specific builder to display a alert popup notification with a html message to a user.- Since:
- 12.13
-
-
Method Summary
-
Methods inherited from interface com.novomind.ecom.api.iagent.operation.notification.UserNotificationOperationBuilder.Alert.WithMessage
build
-
Methods inherited from interface com.novomind.ecom.api.iagent.operation.notification.UserNotificationOperationBuilder.WithDimensions
dimensions
-
Methods inherited from interface com.novomind.ecom.api.iagent.operation.notification.UserNotificationOperationBuilder.WithDuration
duration
-
-