data class BlockedCookieWithReason
A cookie with was not sent with a request with the corresponding reason.
<init> |
A cookie with was not sent with a request with the corresponding reason. BlockedCookieWithReason(blockedReasons: List<CookieBlockedReason>, cookie: Cookie) |
blockedReasons |
The reason(s) the cookie was blocked. val blockedReasons: List<CookieBlockedReason> |
cookie |
The cookie object representing the cookie which was not sent. val cookie: Cookie |