Interface UIPrinterPickerControllerDelegate


  • public interface UIPrinterPickerControllerDelegate
    • Method Detail

      • printerPickerControllerShouldShowPrinter

        default boolean printerPickerControllerShouldShowPrinter​(UIPrinterPickerController printerPickerController,
                                                                 UIPrinter printer)
        printerPickerController:shouldShowPrinter: Use to filter out specific printers from the printer picker. Evaluate the UIPrinter object and returns YES if the printer should be shown, NO otherwise. This delegate can assume that all UIPrinter properties are available (the contactPrinter: method need not be called). This method may be called from threads other than the main thread, and may be called simultaneously from several different threads.
      • printerPickerControllerDidDismiss

        default void printerPickerControllerDidDismiss​(UIPrinterPickerController printerPickerController)
      • printerPickerControllerDidPresent

        default void printerPickerControllerDidPresent​(UIPrinterPickerController printerPickerController)
      • printerPickerControllerDidSelectPrinter

        default void printerPickerControllerDidSelectPrinter​(UIPrinterPickerController printerPickerController)
      • printerPickerControllerWillDismiss

        default void printerPickerControllerWillDismiss​(UIPrinterPickerController printerPickerController)
      • printerPickerControllerWillPresent

        default void printerPickerControllerWillPresent​(UIPrinterPickerController printerPickerController)