PeerNotifySettings constructor
const
PeerNotifySettings({
- bool? showPreviews,
- bool? silent,
- DateTime? muteUntil,
- NotificationSoundBase? iosSound,
- NotificationSoundBase? androidSound,
- NotificationSoundBase? otherSound,
- bool? storiesMuted,
- bool? storiesHideSender,
- NotificationSoundBase? storiesIosSound,
- NotificationSoundBase? storiesAndroidSound,
- NotificationSoundBase? storiesOtherSound,
Peer Notify Settings constructor.
Implementation
const PeerNotifySettings({
this.showPreviews,
this.silent,
this.muteUntil,
this.iosSound,
this.androidSound,
this.otherSound,
this.storiesMuted,
this.storiesHideSender,
this.storiesIosSound,
this.storiesAndroidSound,
this.storiesOtherSound,
}) : super._();