Interface NotificationTextStyle
@OpenApiAll
public interface NotificationTextStyle
Represents notification message text formatter.
-
Method Summary
Modifier and TypeMethodDescriptiongetText
(AbstractNotification notification) Returns formatted notification text.
-
Method Details
-
getText
Returns formatted notification text.- Parameters:
notification
- notification text to format- Returns:
- notification formatted text.
-