Skip to content

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

Open
@zeeshan5422

Description

@zeeshan5422

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions