Skip to content

newgroundsiodotnet.components.responses.app.appendsessionresponse

GlitchyPSIX edited this page Mar 30, 2025 · 4 revisions

AppEndSessionResponse

Namespace: NewgroundsIODotNet.Components.Responses.App

Response from a request to end a session.

public class AppEndSessionResponse : NewgroundsIODotNet.Components.Interfaces.INgioComponentResponse

Inheritance ObjectAppEndSessionResponse
Implements INgioComponentResponse

Properties

Component

public string Component { get; }

Property Value

String

Success

public bool Success { get; set; }

Property Value

Boolean

Data

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

Property Value

Dictionary<String, Object>

Debug

public bool Debug { get; }

Property Value

Boolean

Error

public Nullable<NgioServerError> Error { get; }

Property Value

Nullable<NgioServerError>

Clone this wiki locally