add Text View
This is a static class method, it can be called on across different activities/views
DwnProfilingSDK.addTextView(textView, "FULL_NAME")
Content copied to clipboard
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
Text View
the text view reference to use. Usually this can be located from a layout bundle using this.findViewById
key Context
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
Content copied to clipboard