Kevin Fang
Results
2
comments of
Kevin Fang
Was thinking we can have the following interface: ``` interface Interceptor { @Nullable Intent handleDeepLink(Context context, String uri, Map parameters); } ``` The `Interceptor` returns an `Intent` if it wants...
@felipecsl any thoughts on my proposed approach?