hasDeliverAck property

bool hasDeliverAck
read / write

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;