Advertisement
Guest User

Untitled

a guest
Mar 21st, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. window.plugins.socialsharing.shareVia('whatsapp','msg',null,
  2. 'images/hello.png' , null /* url */, function(e) {
  3. console.log('share' +e)
  4. }, function(errormsg){
  5. alert(errormsg)
  6. })
  7.  
  8. window.plugins.socialsharing.shareVia('com.tencent.mm','msg',null,
  9. 'images/hello.png' , null /* url */, function(e) {
  10. console.log('share' +e)
  11. }, function(errormsg){
  12. alert(errormsg)
  13. })
  14.  
  15. window.plugins.socialsharing.shareViaWhatsApp('Message via WhatsApp'
  16. ,'images/hello.png', function() {
  17. console.log('share ok')
  18. }, function(errormsg){
  19. alert(errormsg)
  20. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement