public interface CanSetCookieCallback extends NetworkSyncCallback<CanSetCookieCallback.Params,CanSetCookieCallback.Response>
Use the CanSetCookieCallback.Response.can()
method to allow the engine to set the cookie.
Use the CanSetCookieCallback.Response.cannot()
} method to disallow the engine to set the cookie.
If the callback throws an exception, the CanSetCookieCallback.Response.can()
method will be invoked.
Modifier and Type | Interface and Description |
---|---|
static interface |
CanSetCookieCallback.Params
The parameters of the
CanSetCookieCallback . |
static interface |
CanSetCookieCallback.Response
A response for
CanSetCookieCallback . |
on