mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
docs: updated docs to have consistent format
This commit is contained in:
+4
-1
@@ -246,6 +246,8 @@ declare var PushNotification: {
|
||||
}
|
||||
|
||||
/**
|
||||
* @name Push
|
||||
* @description
|
||||
* Register and receive push notifications.
|
||||
*
|
||||
* Requires Cordova plugin: `phonegap-plugin-push`. For more info, please see the [Push plugin docs](https://github.com/phonegap/phonegap-plugin-push).
|
||||
@@ -256,7 +258,8 @@ declare var PushNotification: {
|
||||
@Plugin({
|
||||
name: 'Push',
|
||||
plugin: 'phonegap-plugin-push',
|
||||
pluginRef: 'PushNotification'
|
||||
pluginRef: 'PushNotification',
|
||||
repo: 'https://github.com/phonegap/phonegap-plugin-push'
|
||||
})
|
||||
export class Push {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user