mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
android application fixed + web client android implementation
This commit is contained in:
21
declarations.android.d.ts
vendored
21
declarations.android.d.ts
vendored
@@ -337,4 +337,23 @@ declare module android {
|
||||
}
|
||||
|
||||
declare var app;
|
||||
declare var telerik;
|
||||
declare var telerik;
|
||||
|
||||
declare module com {
|
||||
export module koushikdutta {
|
||||
|
||||
export module ion {
|
||||
export class Ion {
|
||||
static with(context: any, url : string) : any;
|
||||
}
|
||||
}
|
||||
|
||||
export module async {
|
||||
export module future {
|
||||
export class FutureCallback {
|
||||
constructor(context: any);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user