The Accengage SDK provides you with notifications display without any additional code to write in order to support them.
It is possible to disable the display of InApp, for example if you are using splashscreen or if you have views in which you don't want them to appear using.
SetInAppDisplayDisabled(true) |
In the Accengage Interface, you can specify some custom parameters linked to click and/or display actions. The Accengage SDK sends a broadcast each time an item is displayed or clicked on in order to give you back these parameters.
Here is how to retrieve your custom parameters from any kind of notification.
Follow the android documentation available here.
Follow the iOS documentation available here.
To enable geofencing and beacon services, call the following methods:
AccengageIOS.BMA4SLocationServices.SetGeofenceServiceEnabled(true) AccengageIOS.BMA4SLocationServices.SetBeaconServiceEnabled(true) |
You can temporarily restrict the connections in order to tell our SDK to stop flushing network requests.
SetNetworkCallsDisabled(true); |
If a user want to disable all Trackings, and Sdk Services you can use this code.
SetAllServicesDisabled(true); |