UIPrinterPickerCompletionHandler 대리자

정의

다양한 UIPrinterPickerController 프레젠테이션 메서드와 함께 사용되는 완성 처리기입니다.

public delegate void UIPrinterPickerCompletionHandler(UIPrinterPickerController printerPickerController, bool userDidSelect, NSError error);
type UIPrinterPickerCompletionHandler = delegate of UIPrinterPickerController * bool * NSError -> unit

매개 변수

printerPickerController
UIPrinterPickerController
userDidSelect
Boolean
error
NSError

적용 대상