0.1.9 • Published 9 years ago

hoodie-plugin-push-notification v0.1.9

Weekly downloads
4
License
-
Repository
github
Last release
9 years ago

hoodie-plugin-cordova-notification

This plugin watch for notification task and trigger PushNotification.

Dependencies:

hoodie-plugin-profile hoodie-utils-plugins

Notifictions

When task is intercepted by notification:change event, the notification schema should contains:

  {
    notificationType: 'requestFriend',
    from: userId,
    to: userId
  }

Possible notificationType:

  • requestFriend
  • acceptedFriend

Dependencies

  hoodie install hoodie-plugin-notification

Setup client

  <script src="/_api/_files/hoodie.js"></script>

for cordova/phonegap users

  <script src="<bowerdir>/hoodie/dist/hoodie.js"></script>
  <script src="<bowerdir>/hoodie-plugin-notification/hoodie.notification.js"></script>
0.1.9

9 years ago

0.1.8

9 years ago

0.1.7

9 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago