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