MicroblinkPlatformImages
data class MicroblinkPlatformImages(@DrawableRes val home: Int = R.drawable.mbp_home, @DrawableRes val verificationSuccess: Int = R.drawable.mbp_verification_success, @DrawableRes val verificationFail: Int = R.drawable.mbp_verification_fail, @DrawableRes val verificationReview: Int = R.drawable.mbp_verification_review, @DrawableRes val cameraPermission: Int = R.drawable.mbp_camera_permission_denied)
Images used in the Microblink Platform
SDK.
Constructors
Link copied to clipboard
constructor(@DrawableRes home: Int = R.drawable.mbp_home, @DrawableRes verificationSuccess: Int = R.drawable.mbp_verification_success, @DrawableRes verificationFail: Int = R.drawable.mbp_verification_fail, @DrawableRes verificationReview: Int = R.drawable.mbp_verification_review, @DrawableRes cameraPermission: Int = R.drawable.mbp_camera_permission_denied)
Properties
Link copied to clipboard
Image used in the camera permission screen.
Link copied to clipboard
Image used in the results screen when the verification fails.
Link copied to clipboard
Image used in the results screen when the verification requires manual review.
Link copied to clipboard
Image used in the results screen when the verification is successful.