UNPKG

react-native-theoplayer

Version:

A THEOplayer video component for react-native.

14 lines (11 loc) 257 B
import type { Ad, AdBreak, AdEventType } from 'react-native-theoplayer'; export interface NativeAdEvent { /** * Type of ad event. */ type: AdEventType; /** * The ad or adbreak for which the event was dispatched. */ ad: Ad | AdBreak; }