docs(hotspot): add plugin description (#2555)

This commit is contained in:
Cristian Rivas Gómez 2018-06-16 11:36:36 +02:00 committed by Daniel Sogl
parent 31fc892b70
commit 392bc5c80a

View File

@ -105,6 +105,10 @@ export interface HotspotDevice {
* @beta
* @name Hotspot
* @description
* A Cordova plugin for managing Hotspot networks on Android.
*
* Requires Cordova plugin: `cordova-plugin-hotspot`. For more info, please see the [Hotspot plugin docs](https://github.com/hypery2k/cordova-hotspot-plugin).
*
* @usage
* ```typescript
* import { Hotspot, HotspotNetwork } from '@ionic-native/hotspot';