newIntent

public final Intent newIntent(Context context, ByteArray spBytes, String password, Boolean isOnDeviceLivenessCheckRequired)

Method to create a new Intent for PassiveFaceCaptureActivity

Return

Intent - the intent to start the PassiveFaceCaptureActivity

Parameters

context
  • activity from which the intent is created

spBytes
  • SensePrint bytes read from the QR code

password
  • password to decrypt the SensePrint

isOnDeviceLivenessCheckRequired
  • boolean value to determine whether to check liveness at the end of the capture session


public final Intent newIntent(Context context)

Method to create a new Intent for PassiveFaceCaptureActivity

Return

Intent - the intent to start the PassiveFaceCaptureActivity

Parameters

context
  • activity from which the intent is created