ApplicationLauncherTrait.LaunchAppCommand.Response

class ApplicationLauncherTrait.LaunchAppCommand.Response


The result of the completed LaunchApp command.

Summary

Public constructors

Creates a response payload from the LaunchApp command.

Public properties

ByteArray?

App-specific data.

ApplicationLauncherTrait.StatusEnum

The status of the LaunchApp command.

Public constructors

Response

Response(
    status: ApplicationLauncherTrait.StatusEnum = StatusEnum.Success,
    data: ByteArray? = null
)

Creates a response payload from the LaunchApp command.

Public properties

data

val dataByteArray?

App-specific data.

status

val statusApplicationLauncherTrait.StatusEnum

The status of the LaunchApp command.