ZIMMessageSendConfig constructor

ZIMMessageSendConfig({
  1. ZIMPushConfig? pushConfig,
  2. ZIMMessagePriority priority = ZIMMessagePriority.low,
  3. bool hasReceipt = false,
  4. bool isNotifyMentionedUsers = true,
  5. bool isRetrySend = false,
  6. bool disableUnreadMessageCount = false,
  7. bool isAllowMultipleMessagePartialFailed = false,
})

Implementation

ZIMMessageSendConfig({
  this.pushConfig,
  this.priority = ZIMMessagePriority.low,
  this.hasReceipt = false,
  this.isNotifyMentionedUsers = true,
  this.isRetrySend = false,
  this.disableUnreadMessageCount = false,
  this.isAllowMultipleMessagePartialFailed = false,
});