TrackSegmentUserAttributeTask

open class TrackSegmentUserAttributeTask : SDKTask

Transform Segment's User Attribute to MoEngage format.

Author

Umang Chamaria Date: 29/04/19

Constructors

TrackSegmentUserAttributeTask
Link copied to clipboard
open fun TrackSegmentUserAttributeTask(context: Context, userAttributesMap: Map<String, Any>)

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.