Help Center


DigitalIdentityHelpCenterDelegateMethods

DigitalIdentityHelpCenterDelegate delegate has the following methods

isHelpCTAEnabled

isHelpCTAEnabled(for type: DigitalIdentityHelpCenterType) -> Bool

isHelpCTAEnabled method will be triggered with the type parameter before showing Help CTA in the Selfie Livenss flow-related screens. Based on the bool return value DigitalIdentity sdk will show/hide the Help CTA.

onHelpCTAClicked

onHelpCTAClicked(in viewController: UIViewController, type: DigitalIdentityHelpCenterType)

The onHelpCTAClicked method will be triggered with the viewController and type parameters when the user taps the Help CTA in the Selfie liveness flow-related screens.

DigitalIdentityHelpCenterType

FlowsApplicable HelpCenterType
KTP ScanN/A
Selfie Liveness & Face Verification1. selfieCaptureExhausted 2. verificationFailed 3. verificationExhausted
Identity Verification1. selfieCaptureExhausted

Documentations