@@ -18,32 +18,29 @@ declare module org {
18
18
export module nativescript {
19
19
export module firebase {
20
20
export module app_check_debug {
21
- export class FirebaseAppCheck {
22
- public static class : java . lang . Class < org . nativescript . firebase . app_check_debug . FirebaseAppCheck > ;
23
- public static Companion : org . nativescript . firebase . app_check_debug . FirebaseAppCheck . Companion ;
21
+ export class FirebaseAppCheckDebug {
22
+ public static class : java . lang . Class < org . nativescript . firebase . app_check_debug . FirebaseAppCheckDebug > ;
23
+ public static Companion : org . nativescript . firebase . app_check_debug . FirebaseAppCheckDebug . Companion ;
24
24
public constructor ( ) ;
25
25
public static getExecutorsCount ( ) : number ;
26
- public static getToken ( param0 : com . google . firebase . appcheck . FirebaseAppCheck , param1 : boolean , param2 : org . nativescript . firebase . app_check_debug . FirebaseAppCheck . Callback < com . google . firebase . appcheck . AppCheckToken > ) : void ;
26
+ public static getToken ( param0 : com . google . firebase . appcheck . FirebaseAppCheckDebug , param1 : boolean , param2 : org . nativescript . firebase . app_check_debug . FirebaseAppCheckDebug . Callback < com . google . firebase . appcheck . AppCheckToken > ) : void ;
27
27
public static setExecutorsCount ( param0 : number ) : void ;
28
28
}
29
- export module FirebaseAppCheck {
30
- export class Callback < T > extends java . lang . Object {
31
- public static class : java . lang . Class < org . nativescript . firebase . app_check_debug . FirebaseAppCheck . Callback < any > > ;
29
+ export module FirebaseAppCheckDebug {
30
+ export class Callback < T > extends java . lang . Object {
31
+ public static class : java . lang . Class < org . nativescript . firebase . app_check_debug . FirebaseAppCheckDebug . Callback < any > > ;
32
32
/**
33
- * Constructs a new instance of the org.nativescript.firebase.app_check_debug.FirebaseAppCheck $Callback interface with the provided implementation. An empty constructor exists calling super() when extending the interface class.
33
+ * Constructs a new instance of the org.nativescript.firebase.app_check_debug.FirebaseAppCheckDebug $Callback interface with the provided implementation. An empty constructor exists calling super() when extending the interface class.
34
34
*/
35
- public constructor ( implementation : {
36
- onSuccess ( param0 : T ) : void ;
37
- onError ( param0 : any ) : void ;
38
- } ) ;
35
+ public constructor ( implementation : { onSuccess ( param0 : T ) : void ; onError ( param0 : any ) : void } ) ;
39
36
public constructor ( ) ;
40
37
public onError ( param0 : any ) : void ;
41
38
public onSuccess ( param0 : T ) : void ;
42
39
}
43
40
export class Companion {
44
- public static class : java . lang . Class < org . nativescript . firebase . app_check_debug . FirebaseAppCheck . Companion > ;
41
+ public static class : java . lang . Class < org . nativescript . firebase . app_check_debug . FirebaseAppCheckDebug . Companion > ;
45
42
public setExecutorsCount ( param0 : number ) : void ;
46
- public getToken ( param0 : com . google . firebase . appcheck . FirebaseAppCheck , param1 : boolean , param2 : org . nativescript . firebase . app_check_debug . FirebaseAppCheck . Callback < com . google . firebase . appcheck . AppCheckToken > ) : void ;
43
+ public getToken ( param0 : com . google . firebase . appcheck . FirebaseAppCheckDebug , param1 : boolean , param2 : org . nativescript . firebase . app_check_debug . FirebaseAppCheckDebug . Callback < com . google . firebase . appcheck . AppCheckToken > ) : void ;
47
44
public getExecutorsCount ( ) : number ;
48
45
}
49
46
}
@@ -53,5 +50,4 @@ declare module org {
53
50
}
54
51
55
52
//Generics information:
56
- //org.nativescript.firebase.app_check_debug.FirebaseAppCheck.Callback:1
57
-
53
+ //org.nativescript.firebase.app_check_debug.FirebaseAppCheckDebug.Callback:1
0 commit comments