mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-21 00:23:00 +08:00
parent
bf88b78c63
commit
d9cc959939
@ -89,4 +89,12 @@ export class TouchID extends IonicNativePlugin {
|
||||
@Cordova()
|
||||
verifyFingerprintWithCustomPasswordFallbackAndEnterPasswordLabel(message: string, enterPasswordLabel: string): Promise<any> { return; }
|
||||
|
||||
/**
|
||||
* Checks if the fingerpringt database changed.
|
||||
*
|
||||
* @returns {Promise<any>} Returns a Promise that resolves if yes, rejects if no.
|
||||
*/
|
||||
@Cordova()
|
||||
didFingerprintDatabaseChange(): Promise<any> { return; }
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user