MPIPayload

data class MPIPayload(val data: String? = null, val msgID: String = UUID.randomUUID().toString())

MPIPayload stores a msgID and data required for an event as a string and a msgID

Constructors

Link copied to clipboard
fun MPIPayload(data: String? = null, msgID: String = UUID.randomUUID().toString())

Functions

Link copied to clipboard
open override fun toString(): String

Encode the MPIPayload object to a description string

Properties

Link copied to clipboard
val data: String? = null
Link copied to clipboard
val msgID: String