Package org.robovm.apple.photosui
Interface PHPickerViewControllerDelegate
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
PHPickerViewControllerDelegateAdapter
public interface PHPickerViewControllerDelegate extends NSObjectProtocol
- Since:
- Available in iOS 14.0 and later.
-
Method Summary
Modifier and Type Method Description voiddidFinishPicking(PHPickerViewController picker, NSArray<PHPickerResult> results)
-
Method Details
-
didFinishPicking
- Since:
- Available in iOS 14.0 and later.
-