TapSDK Unity
Static Public Member Functions | List of all members
TapTap.Common.EventManager Class Reference
Inheritance diagram for TapTap.Common.EventManager:
Inheritance graph
[legend]
Collaboration diagram for TapTap.Common.EventManager:
Collaboration graph
[legend]

Static Public Member Functions

static void AddListener (string eventName, Action< object > listener)
 
static void RemoveListener (string eventName, Action< object > listener)
 
static void TriggerEvent (string eventName, object message)
 

Member Function Documentation

◆ AddListener()

static void TapTap.Common.EventManager.AddListener ( string  eventName,
Action< object >  listener 
)
inlinestatic

◆ RemoveListener()

static void TapTap.Common.EventManager.RemoveListener ( string  eventName,
Action< object >  listener 
)
inlinestatic

◆ TriggerEvent()

static void TapTap.Common.EventManager.TriggerEvent ( string  eventName,
object  message 
)
inlinestatic

The documentation for this class was generated from the following file: