NIMStatusBarNotificationConfig constructor

NIMStatusBarNotificationConfig({
  1. bool ring = true,
  2. String? notificationSound,
  3. bool vibrate = true,
  4. int? ledARGB,
  5. int? ledOnMs,
  6. int? ledOffMs,
  7. bool hideContent = false,
  8. bool downTimeToggle = false,
  9. String? downTimeBegin,
  10. String? downTimeEnd,
  11. bool downTimeEnableNotification = true,
  12. String? notificationEntranceClassName,
  13. bool titleOnlyShowAppName = false,
  14. NIMNotificationFoldStyle notificationFoldStyle = NIMNotificationFoldStyle.all,
  15. int? notificationColor,
  16. bool showBadge = true,
  17. String? customTitleWhenTeamNameEmpty,
  18. NIMNotificationExtraType notificationExtraType = NIMNotificationExtraType.message,
})

Implementation

NIMStatusBarNotificationConfig({
  this.ring = true,
  this.notificationSound,
  this.vibrate = true,
  this.ledARGB,
  this.ledOnMs,
  this.ledOffMs,
  this.hideContent = false,
  this.downTimeToggle = false,
  this.downTimeBegin,
  this.downTimeEnd,
  this.downTimeEnableNotification = true,
  this.notificationEntranceClassName,
  this.titleOnlyShowAppName = false,
  this.notificationFoldStyle = NIMNotificationFoldStyle.all,
  this.notificationColor,
  this.showBadge = true,
  this.customTitleWhenTeamNameEmpty,
  this.notificationExtraType = NIMNotificationExtraType.message,
});