Share via


IMPMediaPickerControllerDelegate Interface

Definition

A delegate object for the MPMediaPickerController class. Application developers can use this deelegate to respond to events relating to media-item selection.

[Foundation.Protocol(Name="MPMediaPickerControllerDelegate", WrapperType=typeof(MediaPlayer.MPMediaPickerControllerDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="MediaItemsPicked", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MediaPlayer.MPMediaPickerController), typeof(MediaPlayer.MPMediaItemCollection) }, Selector="mediaPicker:didPickMediaItems:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="MediaPickerDidCancel", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(MediaPlayer.MPMediaPickerController) }, Selector="mediaPickerDidCancel:")]
public interface IMPMediaPickerControllerDelegate : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="MPMediaPickerControllerDelegate", WrapperType=typeof(MediaPlayer.MPMediaPickerControllerDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="MediaItemsPicked", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MediaPlayer.MPMediaPickerController), typeof(MediaPlayer.MPMediaItemCollection) }, Selector="mediaPicker:didPickMediaItems:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="MediaPickerDidCancel", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(MediaPlayer.MPMediaPickerController) }, Selector="mediaPickerDidCancel:")>]
type IMPMediaPickerControllerDelegate = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Applies to

See also