Skip to content

newgroundsiodotnet.components.requests.app.applogviewrequest

GlitchyPSIX edited this page Mar 30, 2025 · 4 revisions

AppLogViewRequest

Namespace: NewgroundsIODotNet.Components.Requests.App

Requests to log a View event to this game.

public class AppLogViewRequest : NewgroundsIODotNet.Components.Interfaces.INgioComponentRequest

Inheritance ObjectAppLogViewRequest
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 address that is currently hosting the game

public string Host { get; set; }

Property Value

String

Constructors

AppLogViewRequest(Dictionary<String, Object>, Object)

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

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

Parameters

parameters Dictionary<String, Object>
Manually provided component parameters

echo Object
NGIO Echo response

AppLogViewRequest(String)

public AppLogViewRequest(string host)

Parameters

host String

Clone this wiki locally