Member of ML.SDK.MLEvents
Method | Static
void MLEvents.Invoke(string eventName, Object[] parameters)
static void MLEvents.Invoke(string eventName, Object[] parameters);
Parameters
Parameter | Type | Description |
---|---|---|
eventName | string | The global event name. |
parameters | Object[] | Parameters to be passed to the handler(s) |
Returns
Summary
Invoke a global event within this client with given event name and parameter.Because this event is invoked locally, the parameters can be any type.