mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-01 02:53:03 +08:00
feat(android-fingerprint): add getSigningCertificateFingerprint() method (#2076)
* Add getSigningCertificateFingerprint() method Method was added in 5.0.3 * fix lint whitespace error
This commit is contained in:
parent
dc707fd80c
commit
bd5bcdc9b7
@ -63,4 +63,11 @@ export class GooglePlus extends IonicNativePlugin {
|
|||||||
@Cordova()
|
@Cordova()
|
||||||
disconnect(): Promise<any> { return; }
|
disconnect(): Promise<any> { return; }
|
||||||
|
|
||||||
|
/**
|
||||||
|
* This will retrieve the Android signing certificate fingerprint which is required in the Google Developer Console.
|
||||||
|
* @returns {Promise<any>}
|
||||||
|
*/
|
||||||
|
@Cordova()
|
||||||
|
getSigningCertificateFingerprint(): Promise<any> { return; }
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user