I know that I can use the intention to initiate a regular exchange, I do not know whether it is possible to say whether the user really completed this share. Is there a way to get the share method callback? If not, can I at least find out if the user has opened another application, regardless of what they have done or not published (possibly using a custom choice)?
If it comes to separate implementations for each possible sharing method, I know that for facebook I can use the FacebookDialog.getNativeDialogCompletionGesture () function to find out if this resource was able to make. Is there a similar call on any Twitter or SMS API?
source
share