hasDeliverAck property
getter/setter pair
The delivery receipt, which is to check whether the other party has received the message.
Whether the recipient has received the message.
true
: Yes.false
: No.
Implementation
bool hasDeliverAck = false;