ApplicationLauncherTrait.StopAppCommand.Response

class ApplicationLauncherTrait.StopAppCommand.Response


The result of the completed StopApp command.

Summary

Public constructors

Creates a response payload from the StopApp command.

Public properties

ByteArray?

App-specific data.

ApplicationLauncherTrait.StatusEnum

The status of the StopApp command.

Public constructors

Response

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

Creates a response payload from the StopApp command.

Public properties

data

val dataByteArray?

App-specific data.

status

val statusApplicationLauncherTrait.StatusEnum

The status of the StopApp command.