MPIPayload
data class MPIPayload(val data: String? = null, val msgID: String = UUID.randomUUID().toString())
Content copied to clipboard
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())
Content copied to clipboard
Functions
Link copied to clipboard
Encode the MPIPayload object to a description string