Package apple.webkit.protocol
Interface WKNavigationDelegate.Block_webViewDidReceiveAuthenticationChallengeCompletionHandler
-
- Enclosing interface:
- WKNavigationDelegate
public static interface WKNavigationDelegate.Block_webViewDidReceiveAuthenticationChallengeCompletionHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcall_webViewDidReceiveAuthenticationChallengeCompletionHandler(long disposition, NSURLCredential credential)
-
-
-
Method Detail
-
call_webViewDidReceiveAuthenticationChallengeCompletionHandler
void call_webViewDidReceiveAuthenticationChallengeCompletionHandler(long disposition, NSURLCredential credential)
-
-