Skip to main content
mount
function(): void
Responsible for mounting the SDK and should be called after the configuration.Example:
setLang
function(lang: 'pt' | 'en' | 'es'): void
Responsible for changing the language of the Face Index flow.Example:
closeModal
function(): void
Responsible for closing the Face Index modal.Example:
changeFieldId
function(params: object): void
Change the id of the field used to extract the CPF.Example:
startFaceIndex
function(params: object): void
Start the Face Index flow via JavaScript.Example: