Notification methods - Fluid Topics - Latest

Fluid Topics Designer Guide

Category
Reference Guides
Audience
public
Version
Latest

FluidTopicsNotificationService allows designers to notify users of an action.

It can have the following methods:

  • info()
  • warn()
  • error()

For example:

FluidTopicsNotificationService.info("This is an information notification!")

The different methods create the following notifications:

Three notification banners stacked vertically. The top banner is blue and reads 'This is an information notification' with a circular 'X' icon on the right. The middle banner is yellow with text 'This is a warning notification' and a similar 'X' icon. The bottom banner is orange and states 'This is an error notification' with the same 'X' icon on the right.