class ApplicationCommands


Commands about applications.

Summary

Public functions

Unit

Clears the application data.

Unit

Starts the application.

Unit

Stops the application.

Public functions

clearAppData

Added in 1.0.0-alpha01
fun clearAppData(): Unit

Clears the application data.

startApp

Added in 1.0.0-alpha01
fun startApp(): Unit

Starts the application. The first activity with category main and action launch is selected.

stopApp

Added in 1.0.0-alpha01
fun stopApp(): Unit

Stops the application.