mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-08 07:26:41 +08:00
add browserInit(), closes #160
This commit is contained in:
parent
4fdcbb5726
commit
62286db249
@ -85,10 +85,15 @@ import {Plugin, Cordova} from './plugin';
|
|||||||
})
|
})
|
||||||
export class Facebook {
|
export class Facebook {
|
||||||
|
|
||||||
// @Cordova()
|
/**
|
||||||
// static browserInit(appId: number){
|
* Browser wrapper
|
||||||
// return new Promise<any>((res, rej) => {});
|
* @param appId
|
||||||
// }
|
* @param version
|
||||||
|
*/
|
||||||
|
@Cordova()
|
||||||
|
static browserInit(appId: number, version?: string): Promise<any> {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Login to Facebook to authenticate this app.
|
* Login to Facebook to authenticate this app.
|
||||||
|
Loading…
Reference in New Issue
Block a user