mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-21 00:23:00 +08:00
Merge branch 'master' of github.com:driftyco/ionic-native
This commit is contained in:
commit
2cf132ee88
@ -38,7 +38,7 @@ export interface NotificationData {
|
||||
* })
|
||||
*
|
||||
* fcm.onNotification().subscribe(data=>{
|
||||
* if(data.wasPressed){
|
||||
* if(data.wasTapped){
|
||||
* console.log("Received in background");
|
||||
* } else {
|
||||
* console.log("Received in foreground");
|
||||
|
@ -44,7 +44,6 @@ export interface SpeechRecognitionListeningOptionsAndroid {
|
||||
}
|
||||
|
||||
/**
|
||||
* @beta
|
||||
* @name Speech Recognition
|
||||
* @description
|
||||
* This plugin does speech recognition using cloud services
|
||||
|
Loading…
Reference in New Issue
Block a user