session_id
for opening the SDK.
session_id
. Once the user provides consent, a callback returns an auth_code
.
sessionId
and callback functions. Refer to the JavaScript example below:
settings.gradle.kts
:
build.gradle.kts
:
Environment.TEST
Environment.PROD
Podfile
:
pod install
to install the SDK.CFVerificationService
class:
CF1ClickOnboardingResponseDelegate
protocol to handle responses and errors:
Environment.TEST
Environment.PROD
Status | Description |
---|---|
SESSION_EXPIRED | The session ID is invalid. |
SESSION_ID_MISSING | No session ID is provided during initialization. |
DIV_MISSING | The <div> with ID cf-sdk is missing. |
SUCCESS | The operation is completed successfully. |
CLOSED | The SDK closes. |
<div>
with ID cf-sdk
exists in your HTML.