Class: NotificationEvent

NotificationEvent(notificationText)

Class representing a Notification Event sent from the server, there are some standard notifications (create-room-faliure, join-room-faliure, new-room-created-in-lobby)

Constructor

new NotificationEvent(notificationText)

Parameters:
Name Type Description
notificationText string

notification text

Source:

Extends