File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -118,6 +118,12 @@ As noted by by [@Palisand](https://github.com/Palisand) in [this issue](https://
118
118
119
119
We unified our library's methods to bring more efficiency and simplify the usability for other developers. We hope that you enjoy it. :)
120
120
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
+
121
127
` setItem(key, value, options) ` : You can insert data into shared preferences & keychain using this promise method.
122
128
123
129
` getItem(key, options) ` : This promise will get value from given key.
You can’t perform that action at this time.
0 commit comments