Share via


WKWebView.SetMicrophoneCaptureState(WKMediaCaptureState, Action) Method

Definition

[Foundation.Export("setMicrophoneCaptureState:completionHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetMicrophoneCaptureState(WebKit.WKMediaCaptureState state, Action? completionHandler);
[<Foundation.Export("setMicrophoneCaptureState:completionHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetMicrophoneCaptureState : WebKit.WKMediaCaptureState * Action -> unit
override this.SetMicrophoneCaptureState : WebKit.WKMediaCaptureState * Action -> unit

Parameters

completionHandler
Action
Attributes

Applies to