mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 16:52:53 +08:00
ref jsdocs
This commit is contained in:
parent
03fc978db2
commit
c8361841f4
@ -333,7 +333,7 @@ export class Push extends IonicNativePlugin {
|
||||
|
||||
/**
|
||||
* Create a new notification channel for Android O and above.
|
||||
* @param [channel] {Channel}
|
||||
* @param channel {Channel}
|
||||
*/
|
||||
@Cordova({
|
||||
callbackOrder: 'reverse'
|
||||
@ -342,7 +342,7 @@ export class Push extends IonicNativePlugin {
|
||||
|
||||
/**
|
||||
* Delete a notification channel for Android O and above.
|
||||
* @param [id]
|
||||
* @param id {string}
|
||||
*/
|
||||
@Cordova({
|
||||
callbackOrder: 'reverse'
|
||||
|
Loading…
Reference in New Issue
Block a user