airbnb / airbnb/DeepLinkDispatch
Help for using with Java
- Dominant language
- Kotlin
- Stars
- 4.4k
- Forks
- 414
- PR merge metrics
- No merged PRs in 30d
Description
I add the dependencies and I annotate the Activity like in first example, but it's not found the link any help how I need to proceed with implementation in Java project.
It is only this place I need to set the link` @DeepLink("https://www.example.com/{id}")`
```
Intent intent = getIntent();
if (intent.getBooleanExtra(DeepLink.IS_DEEP_LINK, false)) {
Bundle parameters = intent.getExtras();
link = parameters.getString("id");
}
```
Does not return anything, I need this for first start of the app and in the app state and I need the ID.
Thanks
Is not working need help here I can't find an article online to how to use it with java is not opening the deep link
Here is mu filter in SpashActivity
```
```
Contributor guide
Research direction
Start by reproducing the Java setup from the first example, including the Activity annotation and the SplashActivity intent-filter shown in the issue. Check how the incoming Intent is handled on both first launch and an already-running app; done means an HTTPS deep link opens the app and exposes its id.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100