Uses of Class
org.robovm.apple.foundation.NSHTTPCookieAcceptPolicy
| Package | Description |
|---|---|
| org.robovm.apple.foundation |
-
Uses of NSHTTPCookieAcceptPolicy in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return NSHTTPCookieAcceptPolicy Modifier and Type Method Description NSHTTPCookieAcceptPolicyNSHTTPCookieStorage. getCookieAcceptPolicy()NSHTTPCookieAcceptPolicyNSURLSessionConfiguration. getHTTPCookieAcceptPolicy()static NSHTTPCookieAcceptPolicyNSHTTPCookieAcceptPolicy. valueOf(long n)Returns the enum constant of this type with the specified name.static NSHTTPCookieAcceptPolicyNSHTTPCookieAcceptPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static NSHTTPCookieAcceptPolicy[]NSHTTPCookieAcceptPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.foundation with parameters of type NSHTTPCookieAcceptPolicy Modifier and Type Method Description voidNSHTTPCookieStorage. setCookieAcceptPolicy(NSHTTPCookieAcceptPolicy v)voidNSURLSessionConfiguration. setHTTPCookieAcceptPolicy(NSHTTPCookieAcceptPolicy v)