BlinkReceipt SDK
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
BlinkReceipt SDK
blinkreceipt-recognizer
/
com.microblink
/
BlinkCountdownTimer
Blink
Countdown
Timer
class
BlinkCountdownTimer
@
JvmOverloads
constructor
(
total
:
Long
,
interval
:
Long
,
coroutineScope
:
CoroutineScope
=
CoroutineScope(Dispatchers.Default)
)
Members
Constructors
Blink
Countdown
Timer
Link copied to clipboard
@
JvmOverloads
constructor
(
total
:
Long
,
interval
:
Long
,
coroutineScope
:
CoroutineScope
=
CoroutineScope(Dispatchers.Default)
)
Functions
cancel
Link copied to clipboard
fun
cancel
(
)
start
Link copied to clipboard
fun
start
(
onTick
:
(
duration
:
Duration
)
->
Unit
,
onFinished
:
(
)
->
Unit
)