UNPKG

react-native-theoplayer

Version:

A THEOplayer video component for react-native.

9 lines 481 B
import { TheoAdsAPI, Interstitial, 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[]>; replaceAdTagParameters(_adTagParameters?: Record<string, string>): void; } //# sourceMappingURL=THEOAdsNativeAdapter.d.ts.map