ref jsdocs

This commit is contained in:
Daniel Sogl 2018-03-17 00:35:41 +01:00 committed by GitHub
parent 03fc978db2
commit c8361841f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -333,7 +333,7 @@ export class Push extends IonicNativePlugin {
/** /**
* Create a new notification channel for Android O and above. * Create a new notification channel for Android O and above.
* @param [channel] {Channel} * @param channel {Channel}
*/ */
@Cordova({ @Cordova({
callbackOrder: 'reverse' callbackOrder: 'reverse'
@ -342,7 +342,7 @@ export class Push extends IonicNativePlugin {
/** /**
* Delete a notification channel for Android O and above. * Delete a notification channel for Android O and above.
* @param [id] * @param id {string}
*/ */
@Cordova({ @Cordova({
callbackOrder: 'reverse' callbackOrder: 'reverse'