-
Methods in org.robovm.apple.webkit with parameters of type WKSecurityOrigin
| Modifier and Type |
Method |
Description |
void |
WKUIDelegate.requestDeviceOrientationAndMotionPermission(WKWebView webView,
WKSecurityOrigin origin,
WKFrameInfo frame,
VoidBlock1<WKPermissionDecision> decisionHandler) |
|
void |
WKUIDelegateAdapter.requestDeviceOrientationAndMotionPermission(WKWebView webView,
WKSecurityOrigin origin,
WKFrameInfo frame,
VoidBlock1<WKPermissionDecision> decisionHandler) |
|
void |
WKUIDelegate.requestMediaCapturePermission(WKWebView webView,
WKSecurityOrigin origin,
WKFrameInfo frame,
WKMediaCaptureType type,
VoidBlock1<WKPermissionDecision> decisionHandler) |
|
void |
WKUIDelegateAdapter.requestMediaCapturePermission(WKWebView webView,
WKSecurityOrigin origin,
WKFrameInfo frame,
WKMediaCaptureType type,
VoidBlock1<WKPermissionDecision> decisionHandler) |
|