NetmeraPushObject constructor

const NetmeraPushObject({
  1. NetmeraPushType? pushType,
  2. String? pushId,
  3. String? pushInstanceId,
  4. int? inboxStatus,
  5. String? category,
  6. List? categories,
  7. Map? customJson,
  8. String? title,
  9. String? subtitle,
  10. String? body,
  11. String? mediaAttachmentURL,
  12. String? externalId,
  13. String? sendDate,
  14. String? expireTime,
  15. NetmeraPushAction? pushAction,
  16. String? deepLinkUrl,
  17. String? webPageUrl,
  18. List<NetmeraInteractiveAction> interactiveActions = const [],
  19. 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 [],
});