docs(deeplinks): Added informations about AASA (iOS) and Asset Links (Android) to documentation (#3094)

This commit is contained in:
Patrick Bußmann 2019-07-12 11:40:36 +02:00 committed by Daniel Sogl
parent c697139089
commit 75190f5166

View File

@ -33,6 +33,9 @@ export interface DeeplinkOptions {
* @description This plugin handles deeplinks on iOS and Android for both custom URL scheme links
* and Universal App Links.
*
* Please read the [ionic plugin deeplinks docs](https://github.com/ionic-team/ionic-plugin-deeplinks) for iOS and Android integration.
* You must add `universal-links` to your `config.xml` and set up Apple App Site Association (AASA) for iOS and Asset Links for Android.
*
* @usage
* ```typescript
* import { Deeplinks } from '@ionic-native/deeplinks/ngx';