UNPKG

@nativescript/google-mobile-ads

Version:
7 lines (6 loc) 204 B
export declare class MobileAdsError extends Error { _native: NSError; static fromNative(native: NSError, message?: string): MobileAdsError; get native(): NSError; intoNative(): NSError; }