PeerNotifySettings constructor

const PeerNotifySettings({
  1. bool? showPreviews,
  2. bool? silent,
  3. DateTime? muteUntil,
  4. NotificationSoundBase? iosSound,
  5. NotificationSoundBase? androidSound,
  6. NotificationSoundBase? otherSound,
  7. bool? storiesMuted,
  8. bool? storiesHideSender,
  9. NotificationSoundBase? storiesIosSound,
  10. NotificationSoundBase? storiesAndroidSound,
  11. 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._();