AnalyticsEventBlob

data class AnalyticsEventBlob(val jsonString: String, val id: Long = 0)

Store Analytics as a JSON string. The schema of the Analytics data is enforced JSON at the JSON level. JSON encoded events can be sent directly to the analytics server.

Constructors

Link copied to clipboard
constructor(jsonString: String, id: Long = 0)

Properties

Link copied to clipboard
val id: Long = 0
Link copied to clipboard