Skip to content

merbin2012/cordova-plugin-codeplay-share-app-link

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Play Share apk

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.

Git URL

https://github.com/merbin2012/cordova-plugin-codeplay-share-app-link

How to Instalation?

Using the Cordova CLI

$ cordova plugin add cordova-plugin-codeplay-share-app-link

Using the phonegap CLI

$ phonegap local plugin add cordova-plugin-codeplay-share-app-link

How to Uninstall?

Using the Cordova CLI

$ cordova plugin rm cordova-plugin-codeplay-share-app-link

Using the phonegap CLI

$ phonegap local plugin rm cordova-plugin-codeplay-share-app-link

Invite contacts

Syntax

cordova.plugins.codeplayshareapplink.shareWithContact(title,message,success,fail);

Example

cordova.plugins.codeplayshareapplink.shareWithContact("Share via"
,"Wonderful cordova learning app"
,success,fail);

function success(result)
{
 console.log(result);
}
function fail(result)
{
 console.log(result);
}

Screenshot

Support Platfrom

  • Android

Our Apps

https://play.google.com/store/apps/details?id=com.HTML.AngularJS.Codeplay

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published