cordova-plugin-codeplay-share-app-link
v0.0.3
Published
This app plugin is used to share your applink, developer links or other text messages with mobile contact details
Downloads
31
Maintainers
Readme
Developed by HTML Code Play and this plugin is used for share your current own apk through any other sharing applications for your cordova applications.
cordova.plugins.codeplayshareapplink.shareWithContact(title,message,success,fail);cordova.plugins.codeplayshareapplink.shareWithContact("Share via"
,"Wonderful cordova learning app"
,success,fail);
function success(result)
{
console.log(result);
}
function fail(result)
{
console.log(result);
}https://play.google.com/store/apps/details?id=sql.code.play
https://play.google.com/store/apps/details?id=html.editor.codeplay
https://play.google.com/store/apps/details?id=php.code.play
https://play.google.com/store/apps/details?id=cordova.code.play
https://play.google.com/store/apps/details?id=com.kids.learning.master
