mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
Push
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import {Plugin, Cordova} from './plugin';
|
||||
|
||||
@Plugin({
|
||||
name: 'Push',
|
||||
plugin: 'phonegap-plugin-push',
|
||||
pluginRef: 'PushNotification'
|
||||
})
|
||||
export class Push {
|
||||
@Cordova()
|
||||
static init(options:any){};
|
||||
}
|
||||
Reference in New Issue
Block a user