Interface NotificationTextStyle


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

    Modifier and Type
    Method
    Description
    Returns formatted notification text.
  • Method Details

    • getText

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