Skip to main content
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

ParameterTypeDescription
namestringThe name of the event (required)
valueObjectThe value that may be associated with this event.
detailsstringExtra detail about this event.
publicViewableboolIs this event public?

Returns

void

Summary

Create a new event.