UNNotificationSettings constructor
UNNotificationSettings({
- UNAuthorizationStatus? authorizationStatus,
- UNNotificationSetting? soundSetting,
- UNNotificationSetting? badgeSetting,
- UNNotificationSetting? alertSetting,
- UNNotificationSetting? notificationCenterSetting,
- UNNotificationSetting? lockScreenSetting,
- UNNotificationSetting? carPlaySetting,
- UNAlertStyle? alertStyle,
- UNShowPreviewsSetting? showPreviewsSetting,
- UNNotificationSetting? criticalAlertSetting,
- bool? providesAppNotificationSettings,
- 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,
});