Skip to content

BestShotMobile structure overview#

BestShotMobile library contains several main parts:

  • The main BestShotMobile object. This object should be created for library use with the required liveness algorithm type. All liveness algorithms will be discussed later.

  • The user-defined BestShotMobileObserver. BestShotMobile library works based on the asynchronous interface with returning results through serveral callbacks. To receive those callbacks the user should implement the IBestShotMobileObserver in the user application.

Back to top