UNPKG
@nativescript/google-mobile-ads
Version:
latest (5.0.4)
5.0.4
5.0.3
5.0.2
5.0.1
5.0.0
NativeScript Google mobile Ads
github.com/NativeScript/plugins
NativeScript/plugins
@nativescript/google-mobile-ads
/
error.android.d.ts
7 lines
(6 loc)
•
252 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
class
MobileAdsError
extends
Error
{ _native: java.lang.
Exception
;
static
fromNative
(
native
: java.lang.
Exception
, message?:
string
): MobileAdsError; get
native
(): java.lang.
Exception
;
intoNative
(): java.lang.
Exception
; }