BcmFingerHandDto
A scan callback object is provided by BcmScanActivity or BcmScanFragment to IBcmFlowDelegate. This data structure is used for the Finger Selection dialog callback.
Interface
data class BcmFingerHand(
/**
* Info about which Hand - Left, Right
*/
var hand: Hand,
/**
* Info about which Finger - Thumb, Index, Middle, Ring, Pinky
*/
var finger: Finger)
Usage
BcmFingerHand is used for the IBcmFlowDelegate.fingerImagesResult() callback, after the finger
selection in the Finger selection dialog.