UNPKG

@nativescript/firebase-admob

Version:
15 lines (13 loc) 550 B
import { AdsConsentStatus, AdsConsentDebugGeography } from "./common"; export { AdsConsentStatus, AdsConsentDebugGeography }; export declare class AdsConsent extends AdsConsentBase { static reset(); static addTestDevices(deviceIds: string[]); static getStatus(): AdsConsentStatus; static requestInfoUpdate(): Promise<void>; static setDebugGeography(geography: AdsConsentDebugGeography); static setTagForUnderAgeOfConsent(tag: boolean); static isConsentFormAvailable(); static showForm(): Promise<void>; static loadForm(): Promise<void>; }