Is there any listener in which we can know that URL has been changed in chrome custom tabs.
String url = ¨https://paul.kinlan.me/¨;
CustomTabsIntent.Builder builder = new CustomTabsIntent.Builder();
CustomTabsIntent customTabsIntent = builder.build();
customTabsIntent.launchUrl(this, Uri.parse(url));
I am opening this link using chrome custom tabs. I have to snip each url change and open appropriate activity in android