Help Center
DigitalIdentityHelpCenterDelegateMethods
DigitalIdentityHelpCenterDelegate delegate has the following methods
isHelpCTAEnabled
isHelpCTAEnabledisHelpCTAEnabled(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
onHelpCTAClickedonHelpCTAClicked(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
DigitalIdentityHelpCenterType| Flows | Applicable HelpCenterType |
|---|---|
| KTP Scan | N/A |
| Selfie Liveness & Face Verification | 1. selfieCaptureExhausted 2. verificationFailed 3. verificationExhausted |
| Identity Verification | 1. selfieCaptureExhausted |
Updated 5 months ago
Documentations