UNPKG

react-native-theoplayer

Version:

A THEOplayer video component for react-native.

10 lines 515 B
import type { ChromelessPlayer } from 'theoplayer'; import { TheoAdsAPI, Interstitial } from 'react-native-theoplayer'; export declare class THEOAdsWebAdapter implements TheoAdsAPI { private readonly _player; constructor(player: ChromelessPlayer); get currentInterstitials(): Promise<readonly Interstitial[]>; get scheduledInterstitials(): Promise<readonly Interstitial[]>; replaceAdTagParameters(adTagParameters?: Record<string, string>): void; } //# sourceMappingURL=THEOAdsWebAdapter.d.ts.map