Package com.incode.welcome_sdk.results
Class BackIdScanResult
-
- All Implemented Interfaces:
-
com.incode.welcome_sdk.results.ActualIdScanResult
,com.incode.welcome_sdk.results.IdScanResultType
public final class BackIdScanResult extends BaseResult implements ActualIdScanResult
-
-
Field Summary
Fields Modifier and Type Field Description private final IdScanResult
result
public ResultCode
resultCode
public Throwable
error
-
Constructor Summary
Constructors Constructor Description BackIdScanResult(IdScanResult result)
-
Method Summary
Modifier and Type Method Description IdScanResult
getResult()
-
-
Constructor Detail
-
BackIdScanResult
BackIdScanResult(IdScanResult result)
-
-
Method Detail
-
getResult
IdScanResult getResult()
-
-
-
-