UNPKG

react-native-vast-client

Version:
16 lines (15 loc) 383 B
export class CompanionAd { constructor() { this.id = null; this.width = 0; this.height = 0; this.type = null; this.staticResource = null; this.htmlResource = null; this.iframeResource = null; this.altText = null; this.companionClickThroughURLTemplate = null; this.companionClickTrackingURLTemplates = []; this.trackingEvents = {}; } }