TrackInstallUpdateTask

open class TrackInstallUpdateTask : SDKTask

Author

Umang Chamaria Date: 16/01/20

Constructors

TrackInstallUpdateTask
Link copied to clipboard
open fun TrackInstallUpdateTask(context: Context, appStatus: AppStatus)

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.