open class MediatorRecord : BaseRecord
Holds data specific to using a mediator.
<init> |
Holds data specific to using a mediator. MediatorRecord(connectionId: String) |
connectionId |
is an ID of the connection record that represents the connection with the mediator. Over it, messages with the mediator can be exchanged. open val connectionId: String |
id |
the identifier open val id: String |
MEDIATOR_RECORD_ID |
const val MEDIATOR_RECORD_ID: String |