Skip to content

Commit 0266dbb

Browse files
committed
doc: update README
1 parent 792de81 commit 0266dbb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,12 @@ As noted by by [@Palisand](https://github.com/Palisand) in [this issue](https://
118118

119119
We unified our library's methods to bring more efficiency and simplify the usability for other developers. We hope that you enjoy it. :)
120120

121+
`isHardwareDetected()`: resolves to a boolean that indicates the detection of fingerprint hardware
122+
123+
`hasEnrolledFingerprints()`: resolves to a boolean that indicates the enrollment status of fingerprints on the device
124+
125+
`isSensorAvailable`: resolves to a boolean that indicates the overall availability of fingerprint sensor (a combination of the previous two methods)
126+
121127
`setItem(key, value, options)`: You can insert data into shared preferences & keychain using this promise method.
122128

123129
`getItem(key, options)`: This promise will get value from given key.

0 commit comments

Comments
 (0)