sender-sdk
androidJvm
sender-sdk
/
tv.vizbee.model.controllers.services.googlecast
/
GCLaunchAppCommand
GCLaunch
App
Command
open
class
GCLaunchAppCommand
:
Command
<
T
>
Created by jesse on 1/4/17.
Members
Constructors
GCLaunch
App
Command
Link copied to clipboard
constructor
(
appStoreID
:
String
,
isAndroidReceiverCompatible
:
Boolean
)
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
>