ContextCustomEventData

class ContextCustomEventData(val contextId: String, val userId: String, val data: ByteArray)

Holds information about emitted custom event.

Constructors

Link copied to clipboard
constructor(contextId: String, userId: String, data: ByteArray)

Properties

Link copied to clipboard

id of inbox from which it was sent

Link copied to clipboard

event data

Link copied to clipboard

id of user which sent it