-
Notifications
You must be signed in to change notification settings - Fork 0
newgroundsiodotnet.components.requests.event.eventlogeventrequest
GlitchyPSIX edited this page Mar 30, 2025
·
4 revisions
Namespace: NewgroundsIODotNet.Components.Requests.Event
Request to log an Event.
public class EventLogEventRequest : NewgroundsIODotNet.Components.Interfaces.INgioComponentRequest
Inheritance Object → EventLogEventRequest
Implements INgioComponentRequest
public string Component { get; }
public bool RequiresSecureCall { get; }
public Dictionary<string, object> Parameters { get; }
public object Echo { get; set; }
Host where the game is running
public string Host { get; set; }
Name of the Event to log as per API Tools settings
public string EventName { get; set; }
Use this constructor only if you know what you're doing.
public EventLogEventRequest(Dictionary<string, object> parameters, object echo)
parameters
Dictionary<String, Object>
Manually provided component parameters
echo
Object
NGIO Echo response
public EventLogEventRequest(string host, string eventName)
host
String
eventName
String