droidev
droidev

Reputation: 7390

Callback from whatsapp after sharing message

in my application I have to give some points to users after sharing some link. I have done this for Facebook and Twitter because they were giving a call back after successful sharing. Is there any option to detect wether the link is shared or not in whats app ?

Upvotes: 1

Views: 1600

Answers (1)

droidev
droidev

Reputation: 7390

After some readings, The answer is no. because whatsapp doesn't have an SDK, so we can't get to know whether message shared or not, but we will get callback in onActivityResult() when we returned from whatsapp to our app.

Upvotes: 4

Related Questions