Interface CanSetCookieCallback.Response
- Enclosing interface:
- CanSetCookieCallback
public static interface CanSetCookieCallback.Response
A response for
CanSetCookieCallback
.-
Method Details
-
can
Notifies the engine that the received cookie can be set. -
cannot
Notifies the engine that the received cookie should be ignored.
-