Package org.robovm.apple.uikit
Interface UIPrintInteractionControllerDelegate
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
UIPrintInteractionControllerDelegateAdapter
public interface UIPrintInteractionControllerDelegate extends NSObjectProtocol
-
Method Summary
-
Method Details
-
getParentViewController
-
choosePaper
UIPrintPaper choosePaper(UIPrintInteractionController printInteractionController, NSArray<UIPrintPaper> paperList) -
willPresentPrinterOptions
-
didPresentPrinterOptions
-
willDismissPrinterOptions
-
didDismissPrinterOptions
-
willStartJob
-
didFinishJob
-
getCutLength
-
chooseCutterBehavior
UIPrinterCutterBehavior chooseCutterBehavior(UIPrintInteractionController printInteractionController, List<UIPrinterCutterBehavior> availableBehaviors)- Since:
- Available in iOS 9.0 and later.
-