sender-sdk
androidJvm
sender-sdk
/
tv.vizbee.model.controllers.devices.extensions.disconnection
/
AppStatusCheckCommand
App
Status
Check
Command
open
class
AppStatusCheckCommand
:
Command
<
T
>
Created by jesse on 11/10/16.
Members
Constructors
App
Status
Check
Command
Link copied to clipboard
constructor
(
controller
:
DeviceController
)
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
>