Interface CanGetCookiesCallback

All Superinterfaces:
Callback, NetworkCallback, NetworkSyncCallback<CanGetCookiesCallback.Params,CanGetCookiesCallback.Response>, SyncCallback<CanGetCookiesCallback.Params,CanGetCookiesCallback.Response>

The callback is invoked to check if the engine can access the given cookie or not.

Use the CanGetCookiesCallback.Response.can() method to allow access to the cookie

Use the CanGetCookiesCallback.Response.cannot()} method to deny access to the cookie.

If the callback throws an exception, the CanGetCookiesCallback.Response.can() method will be invoked.