val dispatched: Boolean?
Result of dispatching (sending) this message; makes sense only for outgoing messages (see direction). Null if dispatching has not yet been attempted, false if dispatching has failed and true if dispatching was successful. For incoming messages, this value should be ignored and can be set to null.
dispatched
- Result of dispatching (sending) this message; makes sense only for
outgoing messages (see direction). Null if dispatching has not yet been attempted, false if
dispatching has failed and true if dispatching was successful. For incoming messages,
this value should be ignored and can be set to null.