Cross-platform methods
This list is generated from the CookieManager API Reference.
deleteAllCookies
: Removes all cookies. (READ MORE)deleteCookie
: Removes a cookie by itsname
for the givenurl
,domain
andpath
. (READ MORE)deleteCookies
: Removes all cookies for the givenurl
,domain
andpath
. (READ MORE)getCookie
: Gets a cookie by itsname
for the givenurl
. (READ MORE)getCookies
: Gets all the cookies for the givenurl
. (READ MORE)setCookie
: Sets a cookie for the givenurl
. Any existing cookie with the samehost
,path
andname
will be replaced with the new cookie. The cookie being set will be ignored if it is expired. (READ MORE)static instance
: Gets the CookieManager shared instance. (READ MORE)
iOS-specific methods
This list is generated from the IOSCookieManager API Reference.