WebChromeClient.OnReceivedTitle(WebView, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Notify the host application of a change in the document title.
[Android.Runtime.Register("onReceivedTitle", "(Landroid/webkit/WebView;Ljava/lang/String;)V", "GetOnReceivedTitle_Landroid_webkit_WebView_Ljava_lang_String_Handler")]
public virtual void OnReceivedTitle (Android.Webkit.WebView? view, string? title);
[<Android.Runtime.Register("onReceivedTitle", "(Landroid/webkit/WebView;Ljava/lang/String;)V", "GetOnReceivedTitle_Landroid_webkit_WebView_Ljava_lang_String_Handler")>]
abstract member OnReceivedTitle : Android.Webkit.WebView * string -> unit
override this.OnReceivedTitle : Android.Webkit.WebView * string -> unit
Parameters
- view
- WebView
The WebView that initiated the callback.
- title
- String
A String containing the new title of the document.
- Attributes
Remarks
Notify the host application of a change in the document title.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.