viezel/TiSocial.Framework

Social.activityView general callback?

Opened this issue · 1 comments

Hi there, sorry for being dumb, but is there a general callback function I can pass to Social.activityView that can fire once the user is done sharing with the selected option (facebook, mail, etc)?

Yes.

Social.addEventListener("complete", function(e){
    console.log("complete: " + e.success);
    console.log(e);
});