-
Notifications
You must be signed in to change notification settings - Fork 0
newgroundsiodotnet.components.requests.app.appgetcurrentversionrequest
GlitchyPSIX edited this page Mar 30, 2025
·
4 revisions
Namespace: NewgroundsIODotNet.Components.Requests.App
Request to get the current version of an app.
public class AppGetCurrentVersionRequest : NewgroundsIODotNet.Components.Interfaces.INgioComponentRequestInheritance Object → AppGetCurrentVersionRequest
Implements INgioComponentRequest
public string Component { get; }public Dictionary<string, object> Parameters { get; }public object Echo { get; set; }public bool RequiresSecureCall { get; }Current version of the app to check with
public string Version { get; set; }Use this constructor only if you know what you're doing.
public AppGetCurrentVersionRequest(Dictionary<string, object> parameters, object echo)parameters Dictionary<String, Object>
Manually provided component parameters
echo Object
NGIO Echo response
public AppGetCurrentVersionRequest(string version)version String