Entries

Link copied to clipboard
@SerializedName(value = "sessionStart")
SESSION_START
Link copied to clipboard
@SerializedName(value = "sessionEnd")
SESSION_END
Link copied to clipboard
@SerializedName(value = "cart")
CART
Link copied to clipboard
@SerializedName(value = "error")
ERROR
Link copied to clipboard
@SerializedName(value = "log")
LOG
Link copied to clipboard
@SerializedName(value = "analytics")
ANALYTICS
Link copied to clipboard
@SerializedName(value = "productNotFound")
PRODUCT_NOT_FOUND

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun valueOf(value: String): EventType

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.