ApplicationLauncherTrait.HideAppCommand.Request

class ApplicationLauncherTrait.HideAppCommand.Request


The request payload for the HideApp command.

Summary

Public constructors

Creates a request payload for the HideApp command.

Public properties

OptionalValue<ApplicationLauncherTrait.ApplicationStruct>

The app to be hidden.

Public constructors

Request

Request(
    application: OptionalValue<ApplicationLauncherTrait.ApplicationStruct> = OptionalValue.absent()
)

Creates a request payload for the HideApp command.

Public properties

application

val applicationOptionalValue<ApplicationLauncherTrait.ApplicationStruct>

The app to be hidden.