Supports Android API 21+.Installation#
1) Add JitPack to your repositories#
Add JitPack to your project repositories:2) Add the SDK dependency#
ProGuard / R8#
If your app uses ProGuard or R8 minification, add the following rules:Getting started#
1) Start a KYC session#
Initialize the SDK and start the flow:2) Handle events#
Implement a KycCoreListener to receive session events:3) Clean up#
Destroy the SDK instance when your Activity is destroyed:4) Close the KYC UI (optional)#
If you need to programmatically close the CoreKYC activity:Exceptions#
All failures are returned as KycCoreSdkException. Each exception contains a numeric reason code.Reason codes#