You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ActivityLink and FragmentLink interception allows logging and changing which screen is going to displayed depending of your own business logic
Added samples for ActivityLink and FragmentLink interception
Added unit tests
Breaking changes
All implementations of ActivityLink and FragmentLink are required to implement Parcelable interface, this allow ActivityLink and FragmentLink interception;
DeepLinkInterceptor interface was refactored and the intercept method signature changed.