startLivenessDetectionOnlySDK method
Future<BlusaltLivenessResultResponse?>
startLivenessDetectionOnlySDK({
- required String apiKey,
- required String appName,
- required String clientId,
- required bool isDev,
- String? webhookUrl,
- String? reference,
- LivenessDetectionOnlyType livenessDetectionOnlyType = LivenessDetectionOnlyType.action,
- bool? startProcessOnGettingToFirstScreen,
- bool? showLivenessResult,
- bool collectDeviceId = false,
- bool collectDeviceLocation = false,
- bool enableEncryption = false,
- int? timeoutDurationInSec,
Implementation
Future<BlusaltLivenessResultResponse?> startLivenessDetectionOnlySDK(
{required String apiKey,
required String appName,
required String clientId,
required bool isDev,
String? webhookUrl,
String? reference,
LivenessDetectionOnlyType livenessDetectionOnlyType =
LivenessDetectionOnlyType.action,
bool? startProcessOnGettingToFirstScreen,
bool? showLivenessResult,
bool collectDeviceId = false,
bool collectDeviceLocation = false,
bool enableEncryption = false,
int? timeoutDurationInSec}) async {
return BlusaltLivenessResultResponse(
blusaltLivenessProcess: BlusaltLivenessProcess.notImplemented,
message: 'Not Implemented');
}