Listener.DisableNotification Method
Definition
Namespace: P1.CameraSdk
Stop receiving SDK notifications
public void DisableNotification(SdkEventType sdkEvent);
After calling this method, the Listener object will no longer receive notifications from the SDK
Parameters:
sdkEvent |
The SDK event to stop listening for |
an error-code inside if something goes wrong |
See also:
EnableNotification(SdkEventType), DisableNotification(Camera, UInt32, bool), DisableNotification(Camera, EventType)