IIKScannerDeviceViewDelegate Interface

Definition

This interface represents the Objective-C protocol IKScannerDeviceViewDelegate.

[Foundation.Protocol(Name="IKScannerDeviceViewDelegate", WrapperType=typeof(ImageKit.IKScannerDeviceViewDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidScan", ParameterByRef=new System.Boolean[] { false, false, false, false }, ParameterType=new System.Type[] { typeof(ImageKit.IKScannerDeviceView), typeof(Foundation.NSUrl), typeof(Foundation.NSData), typeof(Foundation.NSError) }, Selector="scannerDeviceView:didScanToURL:fileData:error:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidEncounterError", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(ImageKit.IKScannerDeviceView), typeof(Foundation.NSError) }, Selector="scannerDeviceView:didEncounterError:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidScanToUrl", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(ImageKit.IKScannerDeviceView), typeof(Foundation.NSUrl), typeof(Foundation.NSError) }, Selector="scannerDeviceView:didScanToURL:error:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidScanToBandData", ParameterByRef=new System.Boolean[] { false, false, false, false }, ParameterType=new System.Type[] { typeof(ImageKit.IKScannerDeviceView), typeof(ImageCaptureCore.ICScannerBandData), typeof(Foundation.NSDictionary), typeof(Foundation.NSError) }, Selector="scannerDeviceView:didScanToBandData:scanInfo:error:")]
public interface IIKScannerDeviceViewDelegate : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="IKScannerDeviceViewDelegate", WrapperType=typeof(ImageKit.IKScannerDeviceViewDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidScan", ParameterByRef=new System.Boolean[] { false, false, false, false }, ParameterType=new System.Type[] { typeof(ImageKit.IKScannerDeviceView), typeof(Foundation.NSUrl), typeof(Foundation.NSData), typeof(Foundation.NSError) }, Selector="scannerDeviceView:didScanToURL:fileData:error:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidEncounterError", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(ImageKit.IKScannerDeviceView), typeof(Foundation.NSError) }, Selector="scannerDeviceView:didEncounterError:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidScanToUrl", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(ImageKit.IKScannerDeviceView), typeof(Foundation.NSUrl), typeof(Foundation.NSError) }, Selector="scannerDeviceView:didScanToURL:error:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidScanToBandData", ParameterByRef=new System.Boolean[] { false, false, false, false }, ParameterType=new System.Type[] { typeof(ImageKit.IKScannerDeviceView), typeof(ImageCaptureCore.ICScannerBandData), typeof(Foundation.NSDictionary), typeof(Foundation.NSError) }, Selector="scannerDeviceView:didScanToBandData:scanInfo:error:")>]
type IIKScannerDeviceViewDelegate = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Remarks

A class that implements this interface (and subclasses NSObject) will be exported to Objective-C as implementing the Objective-C protocol this interface represents.

A class may also implement members from this interface to implement members from the protocol.

Applies to