Skip to content

Instantly share code, notes, and snippets.

@pushlink
Created July 8, 2015 17:53
Show Gist options
  • Save pushlink/234098938d4c83a3f1e4 to your computer and use it in GitHub Desktop.
Save pushlink/234098938d4c83a3f1e4 to your computer and use it in GitHub Desktop.
pushlink-phonegap
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