sender-sdk
androidJvm
sender-sdk
/
tv.vizbee.model.controllers.services.webos.commands.nonws
/
LaunchAppStoreCommand
Launch
App
Store
Command
open
class
LaunchAppStoreCommand
:
Command
<
T
>
This command wraps the LaunchAppStoreWsCommand so we can use retries, timeouts etc.
Members
Constructors
Launch
App
Store
Command
Link copied to clipboard
constructor
(
wsProcessor
:
WSProcessor
,
webOSAppID
:
String
)
Functions
cancel
Link copied to clipboard
open
fun
cancel
(
)
execute
Link copied to clipboard
open
fun
execute
(
callback
:
ICommandCallback
<
T
>
)
set
Retries
Link copied to clipboard
open
fun
setRetries
(
tries
:
Int
)
:
Command
<
T
>
set
Timeout
Link copied to clipboard
open
fun
setTimeout
(
timeout
:
Long
)
:
Command
<
T
>