Uses of Class
org.robovm.apple.webkit.WKDownloadRedirectPolicy
| Package | Description |
|---|---|
| org.robovm.apple.webkit |
-
Uses of WKDownloadRedirectPolicy in org.robovm.apple.webkit
Methods in org.robovm.apple.webkit that return WKDownloadRedirectPolicy Modifier and Type Method Description static WKDownloadRedirectPolicyWKDownloadRedirectPolicy. valueOf(long n)Returns the enum constant of this type with the specified name.static WKDownloadRedirectPolicyWKDownloadRedirectPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static WKDownloadRedirectPolicy[]WKDownloadRedirectPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in org.robovm.apple.webkit with type arguments of type WKDownloadRedirectPolicy Modifier and Type Method Description voidWKDownloadDelegate. willPerformHTTPRedirection(WKDownload download, NSHTTPURLResponse response, NSURLRequest request, VoidBlock1<WKDownloadRedirectPolicy> decisionHandler)voidWKDownloadDelegateAdapter. willPerformHTTPRedirection(WKDownload download, NSHTTPURLResponse response, NSURLRequest request, VoidBlock1<WKDownloadRedirectPolicy> decisionHandler)