Class: NotificationsManager

sync.api. NotificationsManager


new NotificationsManager()

Object used to display messages to the user.

Methods


showError(message)

Displays an error message to the user.
Parameters:
Name Type Description
message string The error message.

showInfo(message)

Displays an information message to the user.
Parameters:
Name Type Description
message string The info message.

showWarning(message)

Displays a warning message to the user.
Parameters:
Name Type Description
message string The warning message.