net6.0-macos
namespace AVKit
{
    [Protocol(Name = "AVPlayerViewPictureInPictureDelegate", WrapperType = typeof(AVPlayerViewPictureInPictureDelegateWrapper))]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillStart", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(AVPlayerView) }, Selector = "playerViewWillStartPictureInPicture:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidStart", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(AVPlayerView) }, Selector = "playerViewDidStartPictureInPicture:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "FailedToStart", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(AVPlayerView), typeof(NSError) }, Selector = "playerView:failedToStartPictureInPictureWithError:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillStop", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(AVPlayerView) }, Selector = "playerViewWillStopPictureInPicture:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidStop", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(AVPlayerView) }, Selector = "playerViewDidStopPictureInPicture:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "RestoreUserInterface", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V2) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(AVPlayerView), typeof(Action<bool>) }, Selector = "playerView:restoreUserInterfaceForPictureInPictureStopWithCompletionHandler:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ShouldAutomaticallyDismiss", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(AVPlayerView) }, ReturnType = typeof(bool), Selector = "playerViewShouldAutomaticallyDismissAtPictureInPictureStart:")]
    [SupportedOSPlatform("macos10.15")]
    [UnsupportedOSPlatform("ios")]
    [UnsupportedOSPlatform("tvos")]
    [UnsupportedOSPlatform("maccatalyst")]
    public interface IAVPlayerViewPictureInPictureDelegate : INativeObject, IDisposable
}
Assembly Microsoft.macOS , Version=12.3.700.0, PublicKeyToken=84e04ff9cfb79065
.NET 6.0-macos7.0-macos8.0-macos9.0-macos
Xamarin macOS 0.0
OS Platforms

For the selected framework this API is only supported on the following OS platforms:

  • iOS
  • Mac Catalyst
  • macOS >= 10.15
  • tvOS
  • Built-in API
  • Package-provided API

04/16/2024
An error has occurred. This application may no longer respond until reloaded. Reload 🗙