newIntent

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

Method to create a new Intent for PreScanningPassiveCaptureActivity

Return

Intent - the intent to start the activity

Parameters

context
  • activity from which the intent is created

spBytes
  • qr code bytes (SensePrint)

password
  • password to decrypt the qr code

isLivenessCheckEnabled
  • flag to check if liveness check is enabled


public final Intent newIntent(Context context)

Method to create a new Intent for PreScanningPassiveCaptureActivity

Return

Intent - the intent to start the activity

Parameters

context
  • activity from which the intent is created