We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 325ea22 + b89bbf9 commit eee3ae6Copy full SHA for eee3ae6
src/@ionic-native-mocks/plugins/web-intent/index.ts
@@ -154,7 +154,7 @@ export class WebIntentMock extends WebIntent {
154
/**
155
* Returns the content of the intent used whenever the application activity is launched
156
*/
157
- onIntent(): Observable<string> {
+ onIntent(): Observable<any> {
158
let response: string = '';
159
return Observable.create((observer: Observer<any>) => {
160
observer.next(response);
0 commit comments