UNPKG

video-ad-sdk

Version:

VAST/VPAID SDK that allows video ads to be played on top of any player

4 lines (3 loc) 350 B
import type { MetricHandlerData, CancelFunction } from '../../../../types'; import { VideoAdContainer } from '../../../../adContainer'; export declare const onClickThrough: ({ videoElement, element }: VideoAdContainer, callback: (event: string) => void, { clickThroughUrl, pauseOnAdClick, createClickControl }?: MetricHandlerData) => CancelFunction;