mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-17 00:51:07 +08:00
docs(jins-meme): fix name
This commit is contained in:
parent
9c88cfb577
commit
5cd719d272
@ -5,18 +5,18 @@ import { Observable } from 'rxjs/Observable';
|
|||||||
declare var cordova: any;
|
declare var cordova: any;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @name JinsMeme
|
* @name Jins Meme
|
||||||
* @description
|
* @description
|
||||||
* Implementation of the JINS MEME SDK
|
* Implementation of the JINS MEME SDK
|
||||||
*
|
*
|
||||||
* @usage
|
* @usage
|
||||||
* ```
|
* ```
|
||||||
* import { JinsMeme } from '@ionic-native/jins-meme';
|
* import { JinsMeme } from '@ionic-native/jins-meme';
|
||||||
*
|
*
|
||||||
* constructor(private jinsMeme: JinsMeme) { }
|
* constructor(private jinsMeme: JinsMeme) { }
|
||||||
*
|
*
|
||||||
* ...
|
* ...
|
||||||
*
|
*
|
||||||
* this.jinsMeme.setAppClientID(appClientId: string, clientSecret: string)
|
* this.jinsMeme.setAppClientID(appClientId: string, clientSecret: string)
|
||||||
* .then(this.jinsMeme.startScan())
|
* .then(this.jinsMeme.startScan())
|
||||||
* .catch(console.log('jinsMeme.setAppClientID authentication error!'));
|
* .catch(console.log('jinsMeme.setAppClientID authentication error!'));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user