UNPKG

video-ad-sdk

Version:

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

4 lines (3 loc) 311 B
import { VideoAdContainer } from '../../../../adContainer'; import type { MetricHandlerData, CancelFunction } from '../../../../types'; export declare const onSkip: (videoAdContainer: VideoAdContainer, callback: (event: string) => void, { skipoffset, createSkipControl }?: MetricHandlerData) => CancelFunction;