ExtendedApplicationLauncherTrait.LaunchAppCommand.Request

class ExtendedApplicationLauncherTrait.LaunchAppCommand.Request


The request payload for the LaunchApp command.

Summary

Public constructors

Request(newApplicationName: String, newApplication: String)

Creates a request payload for the LaunchApp command.

Public properties

String

Key of the application to launch.

String

Name of the application to launch.

Public constructors

Request

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

Creates a request payload for the LaunchApp command.

Public properties

newApplication

val newApplicationString

Key of the application to launch.

newApplicationName

val newApplicationNameString

Name of the application to launch.