ITask

interface ITask

Author

Umang Chamaria on 11/16/15.

Functions

execute
Link copied to clipboard
abstract fun execute(): TaskResult
The business logic which needs to be run on the worker thread.
getTaskTag
Link copied to clipboard
abstract fun getTaskTag(): String
Tag name of the task
isSynchronous
Link copied to clipboard
abstract fun isSynchronous(): Boolean
Tells whether the task can asynchronous or not.

Inheritors

SDKTask
Link copied to clipboard