BlinkReceipt SDK
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
BlinkReceipt SDK
blinkreceipt-camera
/
com.microblink.camera.util
/
IProcessingQueue
IProcessing
Queue
interface
IProcessingQueue
Created by dodo on 13/11/14.
Inheritors
MainQueue
ProcessingQueue
Members
Functions
get
Handler
Link copied to clipboard
@
Nullable
abstract
fun
getHandler
(
)
:
Handler
post
Job
Link copied to clipboard
abstract
fun
postJob
(
@
NonNull
run
:
Runnable
)
post
Job
Delayed
Link copied to clipboard
abstract
fun
postJobDelayed
(
@
NonNull
r
:
Runnable
,
delay
:
Long
)
post
Shutdown
Job
Link copied to clipboard
abstract
fun
postShutdownJob
(
)
wait
For
Shutdown
Link copied to clipboard
abstract
fun
waitForShutdown
(
maxWaitTime
:
Long
)