Uses of Class
org.robovm.apple.webkit.WKMediaCaptureType
| Package | Description |
|---|---|
| org.robovm.apple.webkit |
-
Uses of WKMediaCaptureType in org.robovm.apple.webkit
Methods in org.robovm.apple.webkit that return WKMediaCaptureType Modifier and Type Method Description static WKMediaCaptureTypeWKMediaCaptureType. valueOf(long n)Returns the enum constant of this type with the specified name.static WKMediaCaptureTypeWKMediaCaptureType. valueOf(String name)Returns the enum constant of this type with the specified name.static WKMediaCaptureType[]WKMediaCaptureType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.webkit with parameters of type WKMediaCaptureType Modifier and Type Method Description voidWKUIDelegate. requestMediaCapturePermission(WKWebView webView, WKSecurityOrigin origin, WKFrameInfo frame, WKMediaCaptureType type, VoidBlock1<WKPermissionDecision> decisionHandler)voidWKUIDelegateAdapter. requestMediaCapturePermission(WKWebView webView, WKSecurityOrigin origin, WKFrameInfo frame, WKMediaCaptureType type, VoidBlock1<WKPermissionDecision> decisionHandler)