UIImagePickerControllerDelegate Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A class used to receive notifications from the UIImagePickerController.
[Foundation.Model]
[Foundation.Protocol]
[Foundation.Register("Microsoft_iOS__UIKit_UIImagePickerControllerDelegate", false)]
public class UIImagePickerControllerDelegate : UIKit.UINavigationControllerDelegate, IDisposable, UIKit.IUIImagePickerControllerDelegate
[Foundation.Model]
[Foundation.Protocol]
[Foundation.Register("Microsoft_MacCatalyst__UIKit_UIImagePickerControllerDelegate", false)]
public class UIImagePickerControllerDelegate : UIKit.UINavigationControllerDelegate, IDisposable, UIKit.IUIImagePickerControllerDelegate
[<Foundation.Model>]
[<Foundation.Protocol>]
[<Foundation.Register("Microsoft_iOS__UIKit_UIImagePickerControllerDelegate", false)>]
type UIImagePickerControllerDelegate = class
inherit UINavigationControllerDelegate
interface IUIImagePickerControllerDelegate
interface INativeObject
interface IDisposable
interface IUINavigationControllerDelegate
[<Foundation.Model>]
[<Foundation.Protocol>]
[<Foundation.Register("Microsoft_MacCatalyst__UIKit_UIImagePickerControllerDelegate", false)>]
type UIImagePickerControllerDelegate = class
inherit UINavigationControllerDelegate
interface IUIImagePickerControllerDelegate
interface INativeObject
interface IDisposable
interface IUINavigationControllerDelegate
- Inheritance
- Attributes
- Implements
Remarks
Application developers can implement this delegate in order to handle actions associated with the UIImagePickerController and the capture or selection of images or video. The application developer is responsible for dismissing the UIImagePickerController after the operation (capture, selection, or cancellation) is complete and should do so using the DismissModalViewController(Boolean) method of the parent UIViewController.
Constructors
| Name | Description |
|---|---|
| UIImagePickerControllerDelegate() |
Creates a new UIImagePickerControllerDelegate with default values. |
| UIImagePickerControllerDelegate(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| UIImagePickerControllerDelegate(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
Properties
| Name | Description |
|---|---|
| AccessibilityAttributedUserInputLabels | (Inherited from NSObject) |
| AccessibilityRespondsToUserInteraction | (Inherited from NSObject) |
| AccessibilityTextualContext | (Inherited from NSObject) |
| AccessibilityUserInputLabels | (Inherited from NSObject) |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. (Inherited from NSObject) |
| DebugDescription | (Inherited from NSObject) |
| Description | (Inherited from NSObject) |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| IsDirectBinding | (Inherited from NSObject) |
| IsProxy | (Inherited from NSObject) |
| RetainCount | (Inherited from NSObject) |
| Self | (Inherited from NSObject) |
| Superclass | (Inherited from NSObject) |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| Zone | (Inherited from NSObject) |