addTextView

fun addTextView(textView: TextView, keyContext: String)

This is a static class method, it can be called on across different activities/views

    DwnProfilingSDK.addTextView(textView, "FULL_NAME")

Registers a text view for behavioral biometrics profiling.
Text views can provide valuable insights into typing behavior and whether facilities like copy-paste have been used.

Parameters

TextView

the text view reference to use. Usually this can be located from a layout bundle using this.findViewById(R.id.)

keyContext

the context of what the text view is being used for. This is used in Darwinium forensics. Possible values:

    PASSWORD
LOGIN
EMAIL
FULL_NAME
FIRST_NAME
LAST_NAME
TELEPHONE
ADDRESS_STREET1
ADDRESS_STREET2
ADDRESS_STREET3
CREDIT_CARD
SOCIAL_SECURITY
GENERALPURPOSEONE
GENERALPURPOSETWO
ACCOUNT_NUMBER
BANKACCOUNTNUMBER
BANKACCOUNTROUTING_NUMBER
IBAN
POLICY_NUMBER
DRIVERS_LICENCE
NATIONAL_ID
USER_NAME
DATEOFBIRTH
CURRENCY_AMOUNT