Class OneSideScanResult


public class OneSideScanResult extends BaseScanResult<BlinkIdSingleSideRecognizer.Result>
Result of the scanning process using BlinkIdSingleSideRecognizer. You should first check the result status by using the BaseScanResult.getResultStatus(). If it is ResultStatus.FINISHED, data will be available in the returned BlinkIdSingleSideRecognizer.Result object, otherwise it will be null.