ICScannerDeviceDelegate.DidReceiveButtonPress(ICDevice, NSString) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("device:didReceiveButtonPress:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidReceiveButtonPress(ImageCaptureCore.ICDevice device, Foundation.NSString buttonType);
[<Foundation.Export("device:didReceiveButtonPress:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidReceiveButtonPress : ImageCaptureCore.ICDevice * Foundation.NSString -> unit
override this.DidReceiveButtonPress : ImageCaptureCore.ICDevice * Foundation.NSString -> unit
Parameters
- device
- ICDevice
- buttonType
- NSString
Implements
- Attributes