attemptsCount property

int attemptsCount
getter/setter pair

The number of attempts to pass the Liveness before completing with error. Defaults to 0. When set to 0 the Liveness will always ask to retry on error.

Implementation

int attemptsCount;