MPMediaPickerControllerDelegate_Extensions Class

Definition

Extension methods to the IMPMediaPickerControllerDelegate interface to support all the methods from the MPMediaPickerControllerDelegate protocol.

public static class MPMediaPickerControllerDelegate_Extensions
type MPMediaPickerControllerDelegate_Extensions = class
Inheritance
MPMediaPickerControllerDelegate_Extensions

Remarks

The extension methods for IMPMediaPickerControllerDelegate allow developers to treat instances of the interface as having all the optional methods of the original MPMediaPickerControllerDelegate protocol. Since the interface only contains the required members, these extension methods allow developers to call the optional members of the protocol.

Methods

MediaItemsPicked(IMPMediaPickerControllerDelegate, MPMediaPickerController, MPMediaItemCollection)
MediaPickerDidCancel(IMPMediaPickerControllerDelegate, MPMediaPickerController)

Applies to