mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
feat(core): android cookie manager setup (#10657)
This commit is contained in:
@@ -73,6 +73,8 @@
|
||||
public error: java.lang.Exception;
|
||||
}
|
||||
|
||||
export function setCookieManager(cookieManager: java.net.CookieManager): void;
|
||||
export function initializeCookieManager(): java.net.CookieManager;
|
||||
export function MakeRequest(options: RequestOptions, callback: CompleteCallback, context: any);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user