Notify the host application that a request to automatically log in the
user has been processed.
Syntax
[Android.Runtime.Register("onReceivedLoginRequest", "(Landroid/webkit/WebView;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V", "GetOnReceivedLoginRequest_Landroid_webkit_WebView_Ljava_lang_String_Ljava_lang_String_Ljava_lang_String_Handler")]
public virtual
void OnReceivedLoginRequest (
WebView view,
string realm,
string account,
string args)
Parameters
- view
- The WebView requesting the login.
- realm
- The account realm used to look up accounts.
- account
- An optional account. If not null, the account should be
checked against accounts on the device. If it is a valid
account, it should be used to log in the user.
- args
- Authenticator specific arguments used to log in the user.
Remarks
Requirements
Namespace: Android.Webkit
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 12