Analytics
It’s the best method for effective analytics and reporting features use.
After SDK is initialized, analytics is enabled by default.
You can use analytics to track installs (install and screen view is collected by default) and other events. To add other event to analytics use:
OcambaHoood.customEvent(String eventKey, JSONObject eventValue);
NOTE: set “eventKey” with key you want
If you want to disable analytics in the application class add:
OcambaHoood.analytics(false).init();