- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi Lukasz,
You can get our latest SDK on https://github.com/Adobe-Marketing-Cloud/mobile-services/releases. From 4.9.0 version, we provided a new method - Config.registerAdobeDataCallback(final AdobeDataCallback callback). You can register you own callback and listen for the MobileDataEvent.MOBILE_EVENT_ACQUISITION_INSTALL event.
For example:
Config.registerAdobeDataCallback(new AdobeDataCallback() { @Override public void call(MobileDataEvent event, Map<String, Object> contextData) { if(event == MobileDataEvent.MOBILE_EVENT_ACQUISITION_INSTALL){ //contextData contains the acquisition data } } });
Thanks,
Jiabin Geng
Views
Replies
0 Likes
Total Likes