UNNotificationSettings constructor

UNNotificationSettings({
  1. UNAuthorizationStatus? authorizationStatus,
  2. UNNotificationSetting? soundSetting,
  3. UNNotificationSetting? badgeSetting,
  4. UNNotificationSetting? alertSetting,
  5. UNNotificationSetting? notificationCenterSetting,
  6. UNNotificationSetting? lockScreenSetting,
  7. UNNotificationSetting? carPlaySetting,
  8. UNAlertStyle? alertStyle,
  9. UNShowPreviewsSetting? showPreviewsSetting,
  10. UNNotificationSetting? criticalAlertSetting,
  11. bool? providesAppNotificationSettings,
  12. UNNotificationSetting? announcementSetting,
})

Implementation

UNNotificationSettings({
  this.authorizationStatus,
  this.soundSetting,
  this.badgeSetting,
  this.alertSetting,
  this.notificationCenterSetting,
  this.lockScreenSetting,
  this.carPlaySetting,
  this.alertStyle,
  this.showPreviewsSetting,
  this.criticalAlertSetting,
  this.providesAppNotificationSettings,
  this.announcementSetting,
});