SmileLivenessDetectionQuestion

A class derived from LivenessDetectionQuestion containing details specific to smiling

Declaration

@objc final public class SmileLivenessDetectionQuestion : 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 smile.

  2. Once the user has smiled, the phone will vibrate once.

  3. The user will be prompted to not smile

  4. Once the user has stopped smiling, 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