mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
http request for android reworked
This commit is contained in:
10
declarations.android.d.ts
vendored
10
declarations.android.d.ts
vendored
@@ -352,6 +352,16 @@ declare module com {
|
||||
}
|
||||
|
||||
export module async {
|
||||
|
||||
export module callback {
|
||||
export class DataCallback {
|
||||
constructor(params: any);
|
||||
}
|
||||
export class CompletedCallback {
|
||||
constructor(params: any);
|
||||
}
|
||||
}
|
||||
|
||||
export module future {
|
||||
export class FutureCallback {
|
||||
constructor(context: any);
|
||||
|
||||
Reference in New Issue
Block a user