UIWebView.AllowsPictureInPictureMediaPlayback Property

Definition

Gets or sets a Boolean value that controls whether the view allows PiP playback.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool AllowsPictureInPictureMediaPlayback { [Foundation.Export("allowsPictureInPictureMediaPlayback")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setAllowsPictureInPictureMediaPlayback:")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.AllowsPictureInPictureMediaPlayback : bool with get, set

Property Value

Attributes

Applies to