NIMCustomMessageConfig constructor

NIMCustomMessageConfig({
  1. bool enableHistory = true,
  2. bool enableRoaming = true,
  3. bool enableSelfSync = true,
  4. bool enablePush = true,
  5. bool enablePushNick = true,
  6. bool enableUnreadCount = true,
  7. bool enableRoute = true,
  8. bool enablePersist = true,
})

Implementation

NIMCustomMessageConfig({
  this.enableHistory = true,
  this.enableRoaming = true,
  this.enableSelfSync = true,
  this.enablePush = true,
  this.enablePushNick = true,
  this.enableUnreadCount = true,
  this.enableRoute = true,
  this.enablePersist = true,
});