Open peteclark3 opened 9 years ago
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); });
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)?