Package org.robovm.apple.uikit
Interface UIImagePickerControllerDelegate
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol,UINavigationControllerDelegate
- All Known Implementing Classes:
UIImagePickerControllerDelegateAdapter
public interface UIImagePickerControllerDelegate extends UINavigationControllerDelegate
-
Method Summary
Modifier and Type Method Description voiddidCancel(UIImagePickerController picker)voiddidFinishPickingMedia(UIImagePickerController picker, UIImagePickerControllerEditingInfo info)Methods inherited from interface org.robovm.apple.uikit.UINavigationControllerDelegate
didShowViewController, getAnimationController, getInteractionController, getPreferredInterfaceOrientation, getSupportedInterfaceOrientations, willShowViewController
-
Method Details
-
didFinishPickingMedia
void didFinishPickingMedia(UIImagePickerController picker, UIImagePickerControllerEditingInfo info) -
didCancel
-