paymentservice_stop_events()
Stop receiving Payment Service events.
Synopsis:
#include <bps/paymentservice.h>
BPS_API int paymentservice_stop_events(int flags)
Arguments:
- flags
-
The types of events to stop. A value of zero indicates that all events are stopped. The meaning of non-zero values is reserved for future use.
Library:
libbpsDescription:
The paymentservice_stop_events() function stops Payment Service events from being delivered to the application using BPS.
Returns:
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.