-
Method parameters in org.robovm.apple.foundation with type arguments of type NSURLSessionAuthChallengeDisposition
| Modifier and Type |
Method |
Description |
void |
NSURLSessionDelegate.didReceiveChallenge(NSURLSession session,
NSURLAuthenticationChallenge challenge,
VoidBlock2<NSURLSessionAuthChallengeDisposition,NSURLCredential> completionHandler) |
|
void |
NSURLSessionDelegateAdapter.didReceiveChallenge(NSURLSession session,
NSURLAuthenticationChallenge challenge,
VoidBlock2<NSURLSessionAuthChallengeDisposition,NSURLCredential> completionHandler) |
|
void |
NSURLSessionTaskDelegate.didReceiveChallenge(NSURLSession session,
NSURLSessionTask task,
NSURLAuthenticationChallenge challenge,
VoidBlock2<NSURLSessionAuthChallengeDisposition,NSURLCredential> completionHandler) |
|
void |
NSURLSessionTaskDelegateAdapter.didReceiveChallenge(NSURLSession session,
NSURLSessionTask task,
NSURLAuthenticationChallenge challenge,
VoidBlock2<NSURLSessionAuthChallengeDisposition,NSURLCredential> completionHandler) |
|
-
Method parameters in org.robovm.apple.webkit with type arguments of type NSURLSessionAuthChallengeDisposition
| Modifier and Type |
Method |
Description |
void |
WKDownloadDelegate.didReceiveAuthenticationChallenge(WKDownload download,
NSURLAuthenticationChallenge challenge,
VoidBlock2<NSURLSessionAuthChallengeDisposition,NSURLCredential> completionHandler) |
|
void |
WKDownloadDelegateAdapter.didReceiveAuthenticationChallenge(WKDownload download,
NSURLAuthenticationChallenge challenge,
VoidBlock2<NSURLSessionAuthChallengeDisposition,NSURLCredential> completionHandler) |
|
void |
WKNavigationDelegate.didReceiveAuthenticationChallenge(WKWebView webView,
NSURLAuthenticationChallenge challenge,
VoidBlock2<NSURLSessionAuthChallengeDisposition,NSURLCredential> completionHandler) |
|
void |
WKNavigationDelegateAdapter.didReceiveAuthenticationChallenge(WKWebView webView,
NSURLAuthenticationChallenge challenge,
VoidBlock2<NSURLSessionAuthChallengeDisposition,NSURLCredential> completionHandler) |
|