NotificationContent constructor
NotificationContent({
- List<
NotificationAttachment> ? attachments, - int? badge,
- String? body,
- String? categoryIdentifier,
- String? launchImageName,
- String? sound,
- String? subtitle,
- String? threadIdentifier,
- String? title,
- Map<
String, dynamic> ? userInfo, - NotificationPayload? payload,
- NotificationCustomData? customData,
- String? summaryArgument,
- int? summaryArgumentCount,
- String? targetContentIdentifier,
- String? interruptionLevel,
- double? relevanceScore,
- 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,
});