ActivityStartTask

open class ActivityStartTask : SDKTask

Logs activity start event Service constant MSG_ACTIVITY_START

Author

Umang Chamaria

Constructors

ActivityStartTask
Link copied to clipboard
open fun ActivityStartTask(activity: Activity)

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.