newIntent

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

Method to create a new Intent for PreScanningActiveCaptureActivity

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


public final Intent newIntent(Context context, SensePrintGenerationData sensePrintGenerationData)

Method to create a new Intent for PreScanningActiveCaptureActivity

Return

Intent - the intent to start the activity

Parameters

context
  • activity from which the intent is created

metaData
  • meta data to be encrypted

clearTextData
  • clear text data to be encrypted

password
  • password to decrypt the qr code