isRedirect property

bool? isRedirect
getter/setter pair

Whether the request was a result of a server-side redirect.

NOTE: available on Android 21+. For Android < 21 it will be always false.

Implementation

bool? isRedirect;