chen mo
chen mo

Reputation: 1

Is it possible to use NavDeepLinkBuilder to build a explicit deep link based on serializable route?

The current NavDeepLinkBuilder seemingly only supports setDestination(id: int) or setDestination(id: String). I'm using navigationCompose = "2.8.0".

I tried to use MyRoute::class.serializer().generateHashCode() as an integer input, but it didn't work.

Upvotes: 0

Views: 23

Answers (0)

Related Questions