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