Interface ChallengePreference.Builder

  • Method Details

    • type

      The types of challenges that have been selected for the Face Liveness session.

      Parameters:
      type - The types of challenges that have been selected for the Face Liveness session.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The types of challenges that have been selected for the Face Liveness session.

      Parameters:
      type - The types of challenges that have been selected for the Face Liveness session.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • versions

      The version of the challenges that have been selected for the Face Liveness session.

      Parameters:
      versions - The version of the challenges that have been selected for the Face Liveness session.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • versions

      The version of the challenges that have been selected for the Face Liveness session.

      This is a convenience method that creates an instance of the Versions.Builder avoiding the need to create one manually via Versions.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to versions(Versions).

      Parameters:
      versions - a consumer that will call methods on Versions.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: