core
/
com.moengage.core.internal.executor
/
ITask
/
execute
execute
@
WorkerThread
()
abstract fun
execute
():
TaskResult
Content copied to clipboard
The business logic which needs to be run on the worker thread.
Return
Result of the task
TaskResult