sender-sdk
androidJvm
sender-sdk
/
tv.vizbee.ui.workflows.common.entryPoint.smartHelp.checkers
/
FlowCheckerCommand
Flow
Checker
Command
open
class
FlowCheckerCommand
<
T
>
:
Command
<
T
>
Inheritors
CastIntroductionChecker
SmartInstallChecker
Members
Constructors
Flow
Checker
Command
Link copied to clipboard
constructor
(
)
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
>
should
Proceed
With
Flow
Link copied to clipboard
open
fun
shouldProceedWithFlow
(
@
NonNull
callback
:
ICommandCallback
<
T
>
)