hasDeliverAck property

bool hasDeliverAck
getter/setter pair

Whether the recipient has received the message.

  • true: Yes.
  • false: No.

Implementation

bool hasDeliverAck = false;