ApplicationLauncherTrait.HideAppCommand.Response

class ApplicationLauncherTrait.HideAppCommand.Response


The outcome of the HideApp command.

Summary

Public constructors

Creates a response payload from the HideApp command.

Public properties

ByteArray?

App-specific data.

ApplicationLauncherTrait.StatusEnum

The status of the HideApp command.

Public constructors

Response

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

Creates a response payload from the HideApp command.

Public properties

data

val dataByteArray?

App-specific data.

status

val statusApplicationLauncherTrait.StatusEnum

The status of the HideApp command.