sender-sdk
androidJvm
sender-sdk
/
tv.vizbee.model.controllers.services.smartcast.commands
/
SmartcastBaseCommand
Smartcast
Base
Command
open
class
SmartcastBaseCommand
<
T
>
:
Command
<
T
>
Inheritors
CheckPairingCommand
ConfirmPairingCommand
StartPairingCommand
AppLaunchCommand
Members
Constructors
Smartcast
Base
Command
Link copied to clipboard
constructor
(
config
:
ScreenDeviceConfig
,
service
:
ServiceInstance
,
port
:
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
>
Properties
m
Control
URLBase
Link copied to clipboard
@
VisibleForTesting
open
var
mControlURLBase
:
String