Created
July 8, 2015 17:53
-
-
Save pushlink/234098938d4c83a3f1e4 to your computer and use it in GitHub Desktop.
pushlink-phonegap
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PushLink.start('com.myapp', 'my pushlink api key', 'device id', function() { | |
console.log('PushLink started successfully'); | |
}, | |
function(error) { | |
console.log('An error occurred.'); | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment