Skip to content

newgroundsiodotnet.components.requests.event.eventlogeventrequest

GlitchyPSIX edited this page Mar 30, 2025 · 4 revisions

EventLogEventRequest

Namespace: NewgroundsIODotNet.Components.Requests.Event

Request to log an Event.

public class EventLogEventRequest : NewgroundsIODotNet.Components.Interfaces.INgioComponentRequest

Inheritance ObjectEventLogEventRequest
Implements INgioComponentRequest

Properties

Component

public string Component { get; }

Property Value

String

RequiresSecureCall

public bool RequiresSecureCall { get; }

Property Value

Boolean

Parameters

public Dictionary<string, object> Parameters { get; }

Property Value

Dictionary<String, Object>

Echo

public object Echo { get; set; }

Property Value

Object

Host

Host where the game is running

public string Host { get; set; }

Property Value

String

EventName

Name of the Event to log as per API Tools settings

public string EventName { get; set; }

Property Value

String

Constructors

EventLogEventRequest(Dictionary<String, Object>, Object)

Use this constructor only if you know what you're doing.

public EventLogEventRequest(Dictionary<string, object> parameters, object echo)

Parameters

parameters Dictionary<String, Object>
Manually provided component parameters

echo Object
NGIO Echo response

EventLogEventRequest(String, String)

public EventLogEventRequest(string host, string eventName)

Parameters

host String

eventName String

Clone this wiki locally