video-ad-sdk
Version:
VAST/VPAID SDK that allows video ads to be played on top of any player
6 lines (5 loc) • 354 B
TypeScript
import { VideoAdContainer } from '../../../../adContainer';
import type { MetricHandlerData, CancelFunction } from '../../../../types';
type MetricHandler = (videoAdContainer: VideoAdContainer, callback: (event: string, ...args: any[]) => void, data: MetricHandlerData) => CancelFunction;
export declare const metricHandlers: MetricHandler[];
export {};