Toolbox
Toggle table of contents
android
Target filter
android
Switch theme
Search in API
Skip to content
Toolbox
service
/
com.michaelflisar.toolbox.service
/
WorkerUtil
Worker
Util
object
WorkerUtil
Members
Functions
cancel
Link copied to clipboard
fun
cancel
(
context
:
Context
,
id
:
UUID
)
fun
cancel
(
context
:
Context
,
uniqueWorkName
:
String
)
exists
Link copied to clipboard
fun
exists
(
context
:
Context
,
id
:
UUID
)
:
Boolean
fun
exists
(
context
:
Context
,
uniqueWorkName
:
String
)
:
Boolean
next
Time
Link copied to clipboard
fun
nextTime
(
context
:
Context
,
uniqueWorkName
:
String
)
:
Long
?