Properties

class Properties(val userId: String? = null, val category: String? = null, val type: String? = null, val isLTV: Boolean = false) : JsonSerializable

Constructors

Link copied to clipboard
constructor(userId: String? = null, category: String? = null, type: String? = null, isLTV: Boolean = false)

Types

Link copied to clipboard
class Builder(userId: String? = null, category: String? = null, type: String? = null, isLTV: Boolean = false)
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val category: String? = null

The event's category.

Link copied to clipboard
val isLTV: Boolean = false

If the value is a lifetime value or not.

Link copied to clipboard
val type: String? = null

The event's type.

Link copied to clipboard
val userId: String? = null

User ID.

Functions

Link copied to clipboard
open override fun toJsonValue(): JsonValue

Returns the objects represented as a JsonValue.