androidHasGesture property

bool? androidHasGesture
getter/setter pair

Gets whether a gesture (such as a click) was associated with the request. For security reasons in certain situations this method may return false even though the sequence of events which caused the request to be created was initiated by a user gesture.

NOTE: available only on Android. On Android < 24, this is always false.

Implementation

bool? androidHasGesture;