xamarinios
namespace UIKit
{
[Protocol(Name = "UIPrinterPickerControllerDelegate", WrapperType = typeof(UIPrinterPickerControllerDelegateWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillPresent", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UIPrinterPickerController) }, Selector = "printerPickerControllerWillPresent:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidPresent", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UIPrinterPickerController) }, Selector = "printerPickerControllerDidPresent:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillDismiss", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UIPrinterPickerController) }, Selector = "printerPickerControllerWillDismiss:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidDismiss", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UIPrinterPickerController) }, Selector = "printerPickerControllerDidDismiss:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidSelectPrinter", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UIPrinterPickerController) }, Selector = "printerPickerControllerDidSelectPrinter:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetParentViewController", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UIPrinterPickerController) }, ReturnType = typeof(UIViewController), Selector = "printerPickerControllerParentViewController:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ShouldShowPrinter", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UIPrinterPickerController), typeof(UIPrinter) }, ReturnType = typeof(bool), Selector = "printerPickerController:shouldShowPrinter:")]
[Unavailable(PlatformName.TvOS, PlatformArchitecture.All, null)]
public interface IUIPrinterPickerControllerDelegate : INativeObject, IDisposable
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |