| Package | com.myflashlab.air.extensions.richWebView.ios |
| Class | public class NSHTTPCookieAcceptPolicy |
| Inheritance | NSHTTPCookieAcceptPolicy Object |
| Constant | Defined By | ||
|---|---|---|---|
| ALWAYS : int = 0 [static] Accept all cookies | NSHTTPCookieAcceptPolicy | ||
| NEVER : int = 1 [static] Reject all cookies | NSHTTPCookieAcceptPolicy | ||
| ONLY_FROM_MAIN_DOCUMENT_DOMAIN : int = 2 [static] Accept cookies only from the main document domain | NSHTTPCookieAcceptPolicy | ||
| ALWAYS | Constant |
public static const ALWAYS:int = 0Accept all cookies
| NEVER | Constant |
public static const NEVER:int = 1Reject all cookies
| ONLY_FROM_MAIN_DOCUMENT_DOMAIN | Constant |
public static const ONLY_FROM_MAIN_DOCUMENT_DOMAIN:int = 2Accept cookies only from the main document domain