Interface NotificationTextStyle
-
@OpenApiAll public interface NotificationTextStyle
Represents notification message text formatter.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getText(AbstractNotification notification)
Returns formatted notification text.
-
-
-
Method Detail
-
getText
java.lang.String getText(AbstractNotification notification)
Returns formatted notification text.- Parameters:
notification
- notification text to format- Returns:
- notification formatted text.
-
-