mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-17 09:01:07 +08:00
docs(deeplink): update broken return type
This commit is contained in:
parent
67e0713f18
commit
717c1438c4
@ -98,7 +98,7 @@ export class Deeplinks {
|
|||||||
* matches the path, the resulting path-data pair will be returned in the
|
* matches the path, the resulting path-data pair will be returned in the
|
||||||
* promise result which you can then use to navigate in the app as you see fit.
|
* promise result which you can then use to navigate in the app as you see fit.
|
||||||
*
|
*
|
||||||
* @returns {Observable<DeeplinkMatch} Returns an Observable that resolves each time a deeplink comes through, and
|
* @returns {Observable<DeeplinkMatch>} Returns an Observable that resolves each time a deeplink comes through, and
|
||||||
* errors if a deeplink comes through that does not match a given path.
|
* errors if a deeplink comes through that does not match a given path.
|
||||||
*/
|
*/
|
||||||
@Cordova({
|
@Cordova({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user