Member of ML.SDK.CloudVariables
Method | Static
void CloudVariables.PushEvent(string name, Object value, string details, bool publicViewable)
static void CloudVariables.PushEvent(string name, Object value, string details, bool publicViewable);
Parameters
Parameter | Type | Description |
---|---|---|
name | string | The name of the event (required) |
value | Object | The value that may be associated with this event. |
details | string | Extra detail about this event. |
publicViewable | bool | Is this event public? |
Returns
Summary
Create a new event.