EventMessage

open class EventMessage : Metadata.Entry

Constructors

Link copied to clipboard
open fun EventMessage(schemeIdUri: String, value: String, @Nullable durationMs: Long, id: Long, messageData: Array<Byte>)

Functions

Link copied to clipboard
open fun equals(o: Any): Boolean
Link copied to clipboard
open fun getType(): String
Link copied to clipboard
open fun hashCode(): Int

Properties

Link copied to clipboard
val durationMs: Long
The duration of the event in milliseconds.
Link copied to clipboard
val id: Long
The instance identifier.
Link copied to clipboard
val messageData: Array<Byte>
The body of the message.
Link copied to clipboard
val schemeIdUri: String
The message scheme.
Link copied to clipboard
val TYPE: String
Link copied to clipboard
val value: String
The value for the event.