NIMCustomMessageConfig constructor
NIMCustomMessageConfig({})
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,
});