Notify the host application of a change in the document title.
Syntax
[Android.Runtime.Register("onReceivedTitle", "(Landroid/webkit/WebView;Ljava/lang/String;)V", "GetOnReceivedTitle_Landroid_webkit_WebView_Ljava_lang_String_Handler")]
public virtual
void OnReceivedTitle (
WebView view,
string title)
Parameters
- view
- The WebView that initiated the callback.
- title
- A String containing the new title of the document.
Remarks
Requirements
Namespace: Android.Webkit
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1