ICDeviceDelegate_Extensions.DidReceiveCustomNotification 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.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void DidReceiveCustomNotification(this ImageCaptureCore.IICDeviceDelegate This, ImageCaptureCore.ICDevice device, Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> notification, Foundation.NSData data);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DidReceiveCustomNotification : ImageCaptureCore.IICDeviceDelegate * ImageCaptureCore.ICDevice * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> * Foundation.NSData -> unit
Parameters
- This
- IICDeviceDelegate
- device
- ICDevice
- notification
- NSDictionary<NSString,NSObject>
- data
- NSData
- Attributes