hasDeliverAck property
getter/setter pair
~english 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. ~end
~chinese 设置送达回执,即接收方是否已收到消息。
true
:是;false
:否。 ~end
Implementation
bool hasDeliverAck = false;