Reputation: 9418
I haven't been able to found this on Google, so I thought maybe somene here knew if this was possible and if so, how to implement it =) thanks in advance for any answers!
What I am aiming for is overwriting this method so I can perform some actions before the sms/mail gets sent, then just allow it to perform its normal actions.
Upvotes: 3
Views: 190
Reputation: 22775
Use (link update) SendListener to handle sms send event, example: How To - Display a PopupScreen from a SendListener
Upvotes: 2