onTitleChanged method

void onTitleChanged(
  1. String? title
)

Event fired when a change in the document title occurred.

title represents the string containing the new title of the document.

Official Android API: https://developer.android.com/reference/android/webkit/WebChromeClient#onReceivedTitle(android.webkit.WebView,%20java.lang.String)

Implementation

void onTitleChanged(String? title) {}