CreativeCustomEvent constructor
CreativeCustomEvent({
- String? advertiserCustomEventId,
- String? advertiserCustomEventName,
- String? advertiserCustomEventType,
- String? artworkLabel,
- String? artworkType,
- CreativeClickThroughUrl? exitClickThroughUrl,
- String? id,
- PopupWindowProperties? popupWindowProperties,
- String? targetType,
- String? videoReportingId,
Implementation
CreativeCustomEvent({
this.advertiserCustomEventId,
this.advertiserCustomEventName,
this.advertiserCustomEventType,
this.artworkLabel,
this.artworkType,
this.exitClickThroughUrl,
this.id,
this.popupWindowProperties,
this.targetType,
this.videoReportingId,
});