WebViewClient.OnTooManyRedirects(WebView, Message, Message) 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.
Caution
deprecated
Notify the host application that there have been an excessive number of HTTP redirects.
[Android.Runtime.Register("onTooManyRedirects", "(Landroid/webkit/WebView;Landroid/os/Message;Landroid/os/Message;)V", "GetOnTooManyRedirects_Landroid_webkit_WebView_Landroid_os_Message_Landroid_os_Message_Handler")]
[System.Obsolete("deprecated")]
public virtual void OnTooManyRedirects (Android.Webkit.WebView? view, Android.OS.Message? cancelMsg, Android.OS.Message? continueMsg);
[<Android.Runtime.Register("onTooManyRedirects", "(Landroid/webkit/WebView;Landroid/os/Message;Landroid/os/Message;)V", "GetOnTooManyRedirects_Landroid_webkit_WebView_Landroid_os_Message_Landroid_os_Message_Handler")>]
[<System.Obsolete("deprecated")>]
abstract member OnTooManyRedirects : Android.Webkit.WebView * Android.OS.Message * Android.OS.Message -> unit
override this.OnTooManyRedirects : Android.Webkit.WebView * Android.OS.Message * Android.OS.Message -> unit
Parameters
- view
- WebView
The WebView that is initiating the callback.
- cancelMsg
- Message
The message to send if the host wants to cancel
- continueMsg
- Message
The message to send if the host wants to continue
- Attributes
Remarks
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.