DeepLinkDispatch
DeepLinkDispatch copied to clipboard
Generate a class that includes all the Activity's deep link params
Right now you have to extract deep link parameters from the Intent extras, which is still pretty error prone since there is no compile time validation. We could leverage our annotation processor here to generate a class that contains all the Activity's deep link parameters, say FooActivity_DeepLink where you'd retrieve all the information from methods in this activity.