Feature module
The links feature module includes all the presentation logic required to handle and navigate with links. If you need to include this module, add it to your build.gradle
:
implementation ("com.poqstudio:content.links:$VERSION_NAME")
Featured classes
- LinksViewModel: it transforms a String into a deep link, calling Backend if is required resolve an App link.
- DeepLinkProvider: it provides the link that opened the app. It is call by platform module in SplashActivity.
- LinksNavigator: it is used to navigate with a DeepLink.