UNPKG

react-native-ad-manager

Version:

A react-native component for Google Ad Manager banners, interstitials and native ads.

12 lines (11 loc) 409 B
import type { TReactNodeHandleRef } from '../AdManagerTypes'; export declare class NativeAdsManager { isValid: boolean; adUnitID: string; constructor(adUnitID: string, testDevices: string[]); static registerViewsForInteractionAsync(nativeAdViewTag: TReactNodeHandleRef, clickable: TReactNodeHandleRef[]): Promise<any>; /** * Set the native ad manager. */ toJSON(): string; }