TurnHeadLeftLivenessDetectionQuestion

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

Declaration

@objc final public class TurnHeadLeftLivenessDetectionQuestion : 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 turn their head left.

  2. Once the user has turned their head left, the phone will vibrate once.

  3. The user will be prompted to turn their head forward

  4. Once the user has turned their head forward, 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