Justin Tarnoff
01/19/2023, 1:00 AMactivity(route, ActivityNavigationDestinationBuilder)
extension, but I don't see a good way to add a bundle (or any data) that will get attached to the Activity when it's started.Ian Lake
01/19/2023, 1:15 AMJustin Tarnoff
01/19/2023, 1:26 AMarguments
parameter than you can use to decode the arguments that are included as part of the route.
The activity extension doesn't have an arguments parameter to do the same thing.Ian Lake
01/19/2023, 1:28 AMJustin Tarnoff
01/19/2023, 1:34 AMactivity()
, but in the link you provided, I see the Kotlin DSL function to add arguments that I couldn't find before. Thank you for the timely answers!