Scan Setup

The SDK provides your application with a list of found classifiers, a related confidence, and some other recognition specific data. More about the data structure can be found in StmFingerImage.

There are additional callbacks, which are listed in IStmSdkFlowDelegate.

No further user interface is displayed after a successful or failed detection run, and no further action is taken from the SDK side. It is your application's responsibility to implement an appropriate response to a detection.

Example

You may follow along by building your own custom detection delegate on this page, or inspect the ready-made Sample App project shipped with this documentation.

Scan Flow Delegate

Firstly, ensure that the SDK is installed and configured.

Next, implement the IStmFlowDelegate interface. The delegate enables communication from the Detection object (StmDetection) to your application.

A typical place to implement the delegate would be the Activity, which is responsible for Detection object (StmDetection).

See Also

results matching ""

    No results matching ""