Advertisement
Guest User

Untitled

a guest
Jul 17th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. PushLink.start('my pushlink api key', 'device id', function() {
  2. console.log('PushLink started successfully');
  3. },
  4. function(error) {
  5. console.log('An error occurred.');
  6. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement