cordova-plugin-codeplay-share-app-link-h
v0.0.1
Published
<h1>Code Play Share your text with your friends or family</h1>
Downloads
6
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.shareapplink_h.shareWithContact(title,message,success,fail);
cordova.plugins.shareapplink_h.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