docs(): add beta tag
This commit is contained in:
parent
be20c51996
commit
23639ee859
@ -14,6 +14,7 @@ export interface FingerprintOptions {
|
||||
}
|
||||
|
||||
/**
|
||||
* @beta
|
||||
* @name FingerprintAIO
|
||||
* @description
|
||||
* Use simple fingerprint authentication on Android and iOS.
|
||||
@ -48,9 +49,7 @@ export class FingerprintAIO {
|
||||
* @return {Promise<any>} Returns a promise with result
|
||||
*/
|
||||
@Cordova()
|
||||
static isAvailable(): Promise<any> {
|
||||
return;
|
||||
}
|
||||
static isAvailable(): Promise<any> { return; }
|
||||
|
||||
/**
|
||||
* Show authentication dialogue
|
||||
@ -58,8 +57,6 @@ export class FingerprintAIO {
|
||||
* @return {Promise<any>} Returns a promise that resolves when authentication was successfull
|
||||
*/
|
||||
@Cordova()
|
||||
static show(options: FingerprintOptions): Promise<any> {
|
||||
return;
|
||||
}
|
||||
static show(options: FingerprintOptions): Promise<any> { return; }
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user