core
/
com.moengage.core.internal.executor
/
Job
Job
class
Job
(tag:
String
, isSynchronous:
Boolean
, runnable:
Runnable
)
Content copied to clipboard
Author
Umang Chamaria
Constructors
Properties
Constructors
Job
Link copied to clipboard
fun
Job
(tag:
String
, isSynchronous:
Boolean
, runnable:
Runnable
)
Content copied to clipboard
Properties
isSynchronous
Link copied to clipboard
val
isSynchronous
:
Boolean
Content copied to clipboard
if true multiple Jobs with the same tag cannot be queued or executed in parallel.
runnable
Link copied to clipboard
val
runnable
:
Runnable
Content copied to clipboard
Code to be run on background thread
tag
Link copied to clipboard
val
tag
:
String
Content copied to clipboard
Unique Identifier for the Job