NotificationContent constructor

NotificationContent({
  1. List<NotificationAttachment>? attachments,
  2. int? badge,
  3. String? body,
  4. String? categoryIdentifier,
  5. String? launchImageName,
  6. String? sound,
  7. String? subtitle,
  8. String? threadIdentifier,
  9. String? title,
  10. Map<String, dynamic>? userInfo,
  11. NotificationPayload? payload,
  12. NotificationCustomData? customData,
  13. String? summaryArgument,
  14. int? summaryArgumentCount,
  15. String? targetContentIdentifier,
  16. String? interruptionLevel,
  17. double? relevanceScore,
  18. String? filterCriteria,
})

Implementation

NotificationContent({
  this.attachments,
  this.badge,
  this.body,
  this.categoryIdentifier,
  this.launchImageName,
  this.sound,
  this.subtitle,
  this.threadIdentifier,
  this.title,
  this.userInfo,
  this.payload,
  this.customData,
  this.summaryArgument,
  this.summaryArgumentCount,
  this.targetContentIdentifier,
  this.interruptionLevel,
  this.relevanceScore,
  this.filterCriteria,
});