isRedirect property

bool? isRedirect
getter/setter pair

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

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

Officially Supported Platforms/Implementations:

Implementation

bool? isRedirect;