Listener.DisableCatchAllNotification Method
Definition
Namespace: P1.CameraSdk
Disable “catch all” state on the listener
public void DisableCatchAllNotification();
This deactivates the delivery of all types of notifications to this listener. The listener state is returned to normal, where only enabled notification will be delivered. (The ones enabled calling EnableNotification…) Any explicitly enabled notifications will be preserved, and are thus not affected by disabling “catch all” state.