TiltHeadLeftLivenessDetectionQuestion

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

Declaration

@objc final public class TiltHeadLeftLivenessDetectionQuestion : 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 left.

  2. Once the user has tilted their head left, 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