Uses of Class
org.robovm.apple.webkit.WKMediaCaptureState
| Package | Description |
|---|---|
| org.robovm.apple.webkit |
-
Uses of WKMediaCaptureState in org.robovm.apple.webkit
Methods in org.robovm.apple.webkit that return WKMediaCaptureState Modifier and Type Method Description WKMediaCaptureStateWKWebView. getCameraCaptureState()WKMediaCaptureStateWKWebView. getMicrophoneCaptureState()static WKMediaCaptureStateWKMediaCaptureState. valueOf(long n)Returns the enum constant of this type with the specified name.static WKMediaCaptureStateWKMediaCaptureState. valueOf(String name)Returns the enum constant of this type with the specified name.static WKMediaCaptureState[]WKMediaCaptureState. 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 WKMediaCaptureState Modifier and Type Method Description voidWKWebView. setCameraCaptureState(WKMediaCaptureState state, Runnable completionHandler)voidWKWebView. setMicrophoneCaptureState(WKMediaCaptureState state, Runnable completionHandler)