UpdateHavePendingNotifications constructor

UpdateHavePendingNotifications(
  1. {required bool have_delayed_notifications,
  2. required bool have_unreceived_notifications,
  3. int? extra,
  4. int? clientId}
)

Describes whether there are some pending notification updates. Can be used to prevent application from killing, while there are some pending notifications

Implementation

UpdateHavePendingNotifications