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