Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DeepLinkHandler<T> interface is not available in latest version i.e. 5.4.3 #345

Open
zeeshan5422 opened this issue Feb 1, 2022 · 0 comments

Comments

@zeeshan5422
Copy link

I want to handle the deep links as in the sample module, but unfortunately below interface is not available inside the library.

package com.airbnb.deeplinkdispatch.handler

interface DeepLinkHandler {
fun handleDeepLink(context: Context, deepLinkArgs: T)
}

Please correct me if I am wrong, but as of now my understanding it is impossible to handle deeplinks apart from activity classes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant