androidOnReceivedLoginRequest method

void androidOnReceivedLoginRequest(
  1. LoginRequest loginRequest
)

Event fired when a request to automatically log in the user has been processed.

loginRequest contains the realm, account and args of the login request.

NOTE: available only on Android.

Official Android API: https://developer.android.com/reference/android/webkit/WebViewClient#onReceivedLoginRequest(android.webkit.WebView,%20java.lang.String,%20java.lang.String,%20java.lang.String)

Implementation

void androidOnReceivedLoginRequest(LoginRequest loginRequest) {}