Class TwoSideScanResult


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