NetmeraPushObject constructor
const
NetmeraPushObject({
- NetmeraPushType? pushType,
- String? pushId,
- String? pushInstanceId,
- int? inboxStatus,
- String? category,
- List? categories,
- Map? customJson,
- String? title,
- String? subtitle,
- String? body,
- String? mediaAttachmentURL,
- String? externalId,
- String? sendDate,
- String? expireTime,
- NetmeraPushAction? pushAction,
- String? deepLinkUrl,
- String? webPageUrl,
- List<
NetmeraInteractiveAction> interactiveActions = const [], - List<
NetmeraCarouselObject> carousel = const [],
Implementation
const NetmeraPushObject({
this.pushType,
this.pushId,
this.pushInstanceId,
this.inboxStatus,
this.category,
this.categories,
this.customJson,
this.title,
this.subtitle,
this.body,
this.mediaAttachmentURL,
this.externalId,
this.sendDate,
this.expireTime,
this.pushAction,
this.deepLinkUrl,
this.webPageUrl,
this.interactiveActions = const [],
this.carousel = const [],
});