THEOplayer Web SDK Connectors
    Preparing search index...

    Interface NonLinearCreative

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

    Hierarchy (View Summary)

    Index

    Methods