androidIsRedirect property

bool? androidIsRedirect
getter/setter pair

Gets whether the request was a result of a server-side redirect.

NOTE: available only on Android. If the request is associated to the WebView.onCreateWindow event, this is always false. Also, on Android < 21, this is always false.

Implementation

bool? androidIsRedirect;