-
public class ForwardingCookieHandler extends CookieHandler
Cookie handler that forwards all cookies to the WebView CookieManager.
This class relies on CookieManager to persist cookies to disk so cookies may be lost if the application is terminated before it syncs.
-
-
Constructor Summary
Constructors Constructor Description ForwardingCookieHandler(ReactContext context)
-
Method Summary
-
-
Constructor Detail
-
ForwardingCookieHandler
ForwardingCookieHandler(ReactContext context)
-
-
-
-