TrackContentInteractionEventArgs constructor
TrackContentInteractionEventArgs({})
Implementation
TrackContentInteractionEventArgs({
required this.contentId,
required this.interactionType,
required this.contentType,
this.contentTitle,
this.contentUrl,
this.durationWatched,
});