PamPushMessage constructor
PamPushMessage({
- required String? deliverID,
- required String? pixel,
- required String? title,
- required String? description,
- required String? thumbnailUrl,
- required String? flex,
- required String? url,
- required String? popupType,
- required DateTime date,
- required bool isOpen,
- required Map<
String, dynamic> data, - required String? clickTrackingUrl,
- required String? redirectId,
Implementation
PamPushMessage(
{required this.deliverID,
required this.pixel,
required this.title,
required this.description,
required this.thumbnailUrl,
required this.flex,
required this.url,
required this.popupType,
required this.date,
required this.isOpen,
required this.data,
required this.clickTrackingUrl,
required this.redirectId});