TrackAttributeTask

open class TrackAttributeTask : SDKTask

Author

Umang Chamaria

Constructors

TrackAttributeTask
Link copied to clipboard
open fun TrackAttributeTask(context: Context, attribute: Attribute)

Functions

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