Integrate external fingerprint scanner hardware with android app

How i can integrate finger print scanner device with android studio(Android application) to get value from it…

Using the fingerprint manager is not really related to Kotlin. The official documentation on d.android.com is a bit sparse, you may want to try on stackoverflow instead of on the Kotlin forum.