Merge branch 'master' of github.com:driftyco/ionic-native

This commit is contained in:
Ibby Hadeed 2017-05-19 06:46:03 -04:00
commit 2cf132ee88
2 changed files with 1 additions and 2 deletions

View File

@ -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");

View File

@ -44,7 +44,6 @@ export interface SpeechRecognitionListeningOptionsAndroid {
}
/**
* @beta
* @name Speech Recognition
* @description
* This plugin does speech recognition using cloud services