doUpdateVisitedHistory

open override fun doUpdateVisitedHistory(view: WebView?, url: String, isReload: Boolean)

Updates the visited history for the WebView.

Parameters

view

The WebView updating history, or null.

url

The URL added to history.

isReload

True if the URL is reloaded.