Clear Notify System
API Reference

API Reference

Event

clearNotify

Parameters

  • type (string): info, success, or error
  • title (string): Notification title
  • message (string): Notification message

Example

TriggerEvent("clearNotify", "info", "Title", "Your notification message.")