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