mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-04-25 04:16:09 +08:00
parent
bf88b78c63
commit
d9cc959939
@ -89,4 +89,12 @@ export class TouchID extends IonicNativePlugin {
|
|||||||
@Cordova()
|
@Cordova()
|
||||||
verifyFingerprintWithCustomPasswordFallbackAndEnterPasswordLabel(message: string, enterPasswordLabel: string): Promise<any> { return; }
|
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…
x
Reference in New Issue
Block a user