ZIMMessageSendConfig constructor
ZIMMessageSendConfig({
- ZIMPushConfig? pushConfig,
- ZIMMessagePriority priority = ZIMMessagePriority.low,
- bool hasReceipt = false,
- bool isNotifyMentionedUsers = true,
- bool isRetrySend = false,
- bool disableUnreadMessageCount = false,
- 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,
});