Interface CanGetCookiesCallback.Params
- Enclosing interface:
- CanGetCookiesCallback
public static interface CanGetCookiesCallback.Params
The parameters of the
CanGetCookiesCallback
.-
Method Summary
-
Method Details
-
url
Returns a string that represents the URL of the request. -
cookies
Returns an immutable list of cookies that are going to be sent with the URL request.
-