bbads_banner_stop_events()

Deregister a banner for asynchronous event delivery.

Synopsis:

#include <bbads/bbads.h>
 
bbads_error_t bbads_banner_stop_events(bbads_banner_t *banner)

Since:

BlackBerry 10.0.0

Arguments:

banner

The bbads_banner_t* as created in the call to bbads_banner_create().

Library:

libbbads

Description:

Turns off asynchronous event delivery for the banner. See bbads_banner_request_events() for information on how to register a banner for event delivery.

Returns:

  • BBADS_EOK on success.
  • BBADS_EBANNER if the bbads_banner_t* provided is invalid.
  • BBADS_ESTATE if there's no active registration for event delivery for this banner. To register a banner for asynchronous events, see bbads_banner_request_events().