I use navigation component and use deep link for passing the value or changing page I can pass primitive and enum objects I never try passing Parcelable object via deep link is it possible?
Asked
Active
Viewed 1,135 times
1 Answers
1
I think for now it's impossible, because our data only can be received from the URI.
Just like documentation at Google said, it only show how to pass data with native value.
And with deeplink, we can access our data from Browser, so if we access from browser, of course we can't make object data right?

Liong
- 1,324
- 12
- 18