http request for android reworked

This commit is contained in:
Vladimir Enchev
2014-05-21 10:34:12 +03:00
parent 58dd62753b
commit 2c5f36761b
2 changed files with 76 additions and 72 deletions

View File

@@ -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);