LookUpLivenessDetectionQuestion

A class derived from LivenessDetectionQuestion containing details specific to looking up

Declaration

@objc final public class LookUpLivenessDetectionQuestion : 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 look up.

  2. Once the user has looked up, the phone will vibrate once.

  3. The user will be prompted to look at the screen

  4. Once the user has looked at the screen, 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