sender-sdk
androidJvm
sender-sdk
/
tv.vizbee.ui.workflows.common.entryPoint.smartHelp.checkers
/
CastIntroductionChecker
Cast
Introduction
Checker
open
class
CastIntroductionChecker
:
FlowCheckerCommand
<
T
>
Members
Constructors
Cast
Introduction
Checker
Link copied to clipboard
constructor
(
)
Functions
cancel
Link copied to clipboard
open
fun
cancel
(
)
check
Non
Chromecast
Device
Available
Link copied to clipboard
@
VisibleForTesting
open
fun
checkNonChromecastDeviceAvailable
(
)
:
Boolean
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
<
Boolean
>
)