WKWebViewConfiguration.MediaTypesRequiringUserActionForPlayback Property

Definition

Gets or sets a media types flag that tells for which the user must gesture.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public virtual WebKit.WKAudiovisualMediaTypes MediaTypesRequiringUserActionForPlayback { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.Arch64, null)] [Foundation.Export("mediaTypesRequiringUserActionForPlayback", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] get; [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.Arch64, null)] [Foundation.Export("setMediaTypesRequiringUserActionForPlayback:", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] set; }
member this.MediaTypesRequiringUserActionForPlayback : WebKit.WKAudiovisualMediaTypes with get, set

Property Value

Attributes

Applies to