Skip to content

newgroundsiodotnet.components.responses.app.appgethostlicenseresponse

GlitchyPSIX edited this page Mar 30, 2025 · 4 revisions

AppGetHostLicenseResponse

Namespace: NewgroundsIODotNet.Components.Responses.App

Response from a host license check.

public class AppGetHostLicenseResponse : NewgroundsIODotNet.Components.Interfaces.INgioComponentResponse

Inheritance ObjectAppGetHostLicenseResponse
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>

HostApproved

Whether this host is allowed to run this game.

public bool HostApproved { get; }

Property Value

Boolean

Clone this wiki locally