Open OleksandrKucherenko opened 7 years ago
+1 Is necessary for my project too, we have deeplink internally when you click some button
Deep links are just regular Intent
s with the right Uri
data. You can build them yourself, not sure it's worth implementing an API for this.
Just so I understand, do you want to have a builder that will correctly generate the "http://foo.bar/{var1}/{var2}"
interpolations so you dont have to do it yourself?
in short: YES. needed builder that recognize parameters in path and query. Maybe even recognize optional and required parameters.
Hi,
will be great to introduce API that allows to compose deeplink with parameters programmatically...
1) compose deeplink (pseudo code):
2) trigger deeplink: