react-native-vast-client
Version:
JavaScript VAST Client
21 lines (20 loc) • 547 B
JavaScript
export class NonLinearAd {
constructor() {
this.id = null;
this.width = 0;
this.height = 0;
this.expandedWidth = 0;
this.expandedHeight = 0;
this.scalable = true;
this.maintainAspectRatio = true;
this.minSuggestedDuration = 0;
this.apiFramework = 'static';
this.type = null;
this.staticResource = null;
this.htmlResource = null;
this.iframeResource = null;
this.nonlinearClickThroughURLTemplate = null;
this.nonlinearClickTrackingURLTemplates = [];
this.adParameters = null;
}
}