UNPKG

react-native-theoplayer

Version:

A THEOplayer video component for react-native.

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