interface NonLinearCreative {
    getAdParameters(): null | string;
    getAdvertIdentifier(): string;
    getClickThroughUrl(): string;
    getCreativeIdentifier(): string;
    getProperties(): VASTProperty[];
    getProperty(name): null | VASTProperty;
    getResource(type): null | Resource;
    getResources(): Resource[];
    getSequence(): number;
    getUniversalAdIds(): VASTProperty[];
    isVisible(): boolean;
    onClickThrough(): void;
    onTrackingEvent(event): void;
    setVisible(visible): void;
}

Hierarchy (view full)

Methods

Generated using TypeDoc