Interface NotificationTextStyle


  • @OpenApiAll
    public interface NotificationTextStyle
    Represents notification message text formatter.
    • Method Detail

      • getText

        java.lang.String getText​(AbstractNotification notification)
        Returns formatted notification text.
        Parameters:
        notification - notification text to format
        Returns:
        notification formatted text.