Package-level declarations

Types

Link copied to clipboard

Client for the document verification service.

Link copied to clipboard
Link copied to clipboard
data class BlinkIdVerifySdkSettings @JvmOverloads constructor(val licenseKey: String, val licensee: String? = null, val downloadResources: Boolean = true, val resourceDownloadUrl: String = defaultResourceDownloadUrl, val resourceLocalFolder: String = defaultResourcesLocalFolder, val resourceRequestTimeout: RequestTimeout = RequestTimeout.DEFAULT, val microblinkProxyUrl: String? = null) : Parcelable

Settings for initialization of the BlinkID Verify SDK.

Link copied to clipboard
Link copied to clipboard
annotation class JavaFriendlyApi
Link copied to clipboard
sealed interface Response<out T>

Response of the document verification. In case when document is successfully verified Success response with verification result is returned. In case of any error, Error with reason is returned.

Link copied to clipboard