-
Notifications
You must be signed in to change notification settings - Fork 0
newgroundsiodotnet.components.requests.app.applogviewrequest
GlitchyPSIX edited this page Mar 30, 2025
·
4 revisions
Namespace: NewgroundsIODotNet.Components.Requests.App
Requests to log a View event to this game.
public class AppLogViewRequest : NewgroundsIODotNet.Components.Interfaces.INgioComponentRequest
Inheritance Object → AppLogViewRequest
Implements INgioComponentRequest
public string Component { get; }
public bool RequiresSecureCall { get; }
public Dictionary<string, object> Parameters { get; }
public object Echo { get; set; }
Host address that is currently hosting the game
public string Host { get; set; }
Use this constructor only if you know what you're doing.
public AppLogViewRequest(Dictionary<string, object> parameters, object echo)
parameters
Dictionary<String, Object>
Manually provided component parameters
echo
Object
NGIO Echo response
public AppLogViewRequest(string host)
host
String