mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-31 18:49:43 +08:00
docs(): add beta tags
This commit is contained in:
parent
229f5509e9
commit
47b6164e99
@ -1,6 +1,7 @@
|
||||
import { Plugin, Cordova } from './plugin';
|
||||
|
||||
/**
|
||||
* @beta
|
||||
* @name NativeGeocoder
|
||||
* @description
|
||||
* Cordova plugin for native forward and reverse geocoding
|
||||
|
@ -2,9 +2,10 @@ import { Cordova, Plugin } from './plugin';
|
||||
|
||||
|
||||
/**
|
||||
* @beta
|
||||
* @name NavigationBar
|
||||
* @description
|
||||
* The NavigationBar plugin can you to hide and auto hide the android navigation bar.
|
||||
* The NavigationBar plugin can you to hide and auto hide the android navigation bar.
|
||||
*
|
||||
* @usage
|
||||
* ```typescript
|
||||
@ -45,5 +46,5 @@ export class NavigationBar {
|
||||
errorName: 'failure'
|
||||
})
|
||||
static hideNavigationBar(): Promise<any> { return; }
|
||||
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user