mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-01 02:53:03 +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 {
|
||||
|
||||
// @Cordova()
|
||||
// static browserInit(appId: number){
|
||||
// return new Promise<any>((res, rej) => {});
|
||||
// }
|
||||
/**
|
||||
* Browser wrapper
|
||||
* @param appId
|
||||
* @param version
|
||||
*/
|
||||
@Cordova()
|
||||
static browserInit(appId: number, version?: string): Promise<any> {
|
||||
return;
|
||||
}
|
||||
|
||||
/**
|
||||
* Login to Facebook to authenticate this app.
|
||||
|
Loading…
Reference in New Issue
Block a user