TiltHeadRightLivenessDetectionQuestion

A class derived from LivenessDetectionQuestion containing details specific to tilting head right

Declaration

@objc final public class TiltHeadRightLivenessDetectionQuestion : LivenessDetectionQuestion {
}

Only relevant details are shown, boilerplate or standard Swift generated code is omitted

Usage

Description

Illustration

The following steps will be followed for this question:

  1. The user is prompted to tilt their head right.

  2. Once the user has tilted their head right, the phone will vibrate once.

  3. The user will be prompted to tilt their head upright

  4. Once the user has tilted their head upright, the phone will vibrate twice.

  5. The question will be completed and the user will be prompted with Nice! You got it! while the next question is loaded.

See also

Last updated