Hi.
After the mobile app successfully posts data updates to the mobile gdb, I want to send an email from the mobile device. The big question is, is there a way in the mobile SDK to trap the after-data-post event?
In psuedo code:
After the mobile app successfully posts updates to the mobile gdb:
sendEmail()
Looking at the SynchronizeTask class, it has no even at all that can be helpful in this context..
Thx