ExtendedApplicationLauncherTrait.InstallAppCommand.Request

class ExtendedApplicationLauncherTrait.InstallAppCommand.Request


The request payload for the InstallApp command.

Summary

Public constructors

Request(newApplicationName: String, newApplication: String)

Creates a request payload for the InstallApp command.

Public properties

String

Key of the application to install.

String

Name of the application to install.

Public constructors

Request

Request(newApplicationName: String = "", newApplication: String = "")

Creates a request payload for the InstallApp command.

Public properties

newApplication

val newApplicationString

Key of the application to install.

newApplicationName

val newApplicationNameString

Name of the application to install.