Share via


AVPlayerViewControllerDelegate.DidRejectContentProposal Method

Definition

[Foundation.Export("playerViewController:didRejectContentProposal:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidRejectContentProposal(AVKit.AVPlayerViewController playerViewController, AVFoundation.AVContentProposal proposal);
[<Foundation.Export("playerViewController:didRejectContentProposal:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidRejectContentProposal : AVKit.AVPlayerViewController * AVFoundation.AVContentProposal -> unit
override this.DidRejectContentProposal : AVKit.AVPlayerViewController * AVFoundation.AVContentProposal -> unit

Parameters

playerViewController
AVPlayerViewController

Implements

Attributes

Applies to