cjlotz / Xamarin.Plugins

Cross platform Xamarin Plugins
MIT License
113 stars 56 forks source link

How to detect when user tap "Send" button on email? #35

Closed deadean closed 8 years ago

deadean commented 8 years ago

I need a post action for SendEmail method. Can I do this?

cjlotz commented 8 years ago

Not sure I understand your question. Please have a look at the sample projects for illustrated usages.

deadean commented 8 years ago

I will be thankful if I could invoke some code after user tap "send" button when sending an email.

cjlotz commented 8 years ago

@deadean This is unfortunately not within the scope of the plugin. The plugin's responsibility ends when it launches the default applications that take care of the sending the email/sms/making phone call.