0.1.9 • Published 10 years ago

hoodie-plugin-push-notification v0.1.9

Weekly downloads
4
License
-
Repository
github
Last release
10 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

10 years ago

0.1.8

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago