Interface NotificationFormatter
-
- All Known Implementing Classes:
NotificationFormatterImpl
public interface NotificationFormatter
Reformats email contents to optimise display in various email clients.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull String
applyStyles(@NotNull String html)
Applies the default notification stylesheet as well as any inline styles to the HTML and returns the result.
-