Event

open class Event

Represents a tracking event

Author

MoEngage (abhishek@moenegage.com)

Constructors

Event
Link copied to clipboard
open fun Event(action: String, attrs: JSONObject)

Functions

toString
Link copied to clipboard
open fun toString(): String

Properties

attributes
Link copied to clipboard
val attributes: JSONObject
dataPoint
Link copied to clipboard
val dataPoint: String
isInteractiveEvent
Link copied to clipboard
val isInteractiveEvent: Boolean
name
Link copied to clipboard
val name: String
time
Link copied to clipboard
val time: Long