public interface UIImagePickerControllerDelegate extends UINavigationControllerDelegate
| Modifier and Type | Method and Description |
|---|---|
default void |
didCancel(UIImagePickerController picker)
It is used in order to handle the fact that the user canceled picking a
movie or an image.
|
default void |
didFinishPickingMediaWithInfo(UIImagePickerController picker,
Map<String,Object> info)
It is used in order to handle the fact that the user just picked a movie
or an image.
|
didShowViewController, willShowViewControllerdefault void didFinishPickingMediaWithInfo(UIImagePickerController picker, Map<String,Object> info)
picker - The image picker controller that corresponds to this
delegate.info - Relative editing information. NULL if the editing is
disabled.default void didCancel(UIImagePickerController picker)
picker - The image picker controller that corresponds to this
delegate.Copyright © 2020. All rights reserved.