JumioConsentItem
Contains all information that needs to be presented to end user in order to obtain user consent, including JumioConsentType
Properties
A string describing the consent item. You need to display this text to the user and the link holder must be clickable and open the privacy url. The link holder will be wrapped by ({}), e.g. "Jumio stores sensitive data. Click ({here}) to get more information.". Alternatively, you can also display the spannedText, which already contains a clickable link to the privacy url.
ConsentType differentiates between JumioConsentType.ACTIVE and JumioConsentType.PASSIVE consent and describes how the consent item should be collected from the user
Functions
Returns a spanned string that contains the text and the link holder parsed and underlined. A click on the link starts an ACTION_VIEW Intent with the privacy policy url.