Last updated
Last updated
Getting Started:
The minimum requirements for the SDK are:
Android 5.0 (API level 21) or higher
Internet connection
Required permissions are linked automatically by the SDK.
Use the SDK in your application by including the Maven repositories with the following build.gradle
configuration in Android Studio:
Use the Library in your application by implemention lib with the following build.gradle
project module in Android Studio:
or
and including the Maven repositories with the following build.gradle
configuration in Android Studio:
To Get the response back from the SDK.
Use setCustomColors
to customize the color scheme.
Use setCustomIcons
to customize the icons.
The response from KYC verification is a plain JSON object.
You can convert this response into a JSON object using serialization libraries like Gson or Moshi.
startKycVerification: Initiates the KYC verification process.
setCustomColors: Customizes the colors of various UI elements.
setCustomIcons: Customizes the icons used in the UI.
Enum defining different UI elements that can have their colors customized.
Sealed class representing a color value.
Types:
IntColor
: Represents color as an integer.
StringColor
: Represents color as a string (e.g., "#FFFFFF").
Enum defining different UI elements that can have their icons customized.
Sealed class representing an icon value.
Types:
Resource
: Represents an icon as a resource ID.
Url
: Represents an icon as a URL.
Contact us on WhatsApp
Android SDK For FACEKI