LaunchAppStoreCommand

open class LaunchAppStoreCommand : Command<T>

This command wraps the LaunchAppStoreWsCommand so we can use retries, timeouts etc.

Constructors

Link copied to clipboard
constructor(wsProcessor: WSProcessor, webOSAppID: String)

Functions

Link copied to clipboard
open fun cancel()
Link copied to clipboard
open fun execute(callback: ICommandCallback<T>)
Link copied to clipboard
open fun setRetries(tries: Int): Command<T>
Link copied to clipboard
open fun setTimeout(timeout: Long): Command<T>