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