ContextCustomEventData

class ContextCustomEventData @JvmOverloads constructor(val contextId: String, val userId: String, val data: ByteArray, val statusCode: Long? = null)

Holds information about emitted custom event.

Constructors

Link copied to clipboard
constructor(contextId: String, userId: String, data: ByteArray, statusCode: Long? = null)

Properties

Link copied to clipboard

id of inbox from which it was sent

Link copied to clipboard

event data

Link copied to clipboard
val statusCode: Long? = null

Payload decryption status

Link copied to clipboard

id of user which sent it