mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-31 18:49:43 +08:00
feat(line-login): add loginWeb function (#2810)
* add line-login * Update index.ts * add params and result type * Update index.ts * Update index.ts * feat(line-login)add method
This commit is contained in:
parent
66316d29fe
commit
7145afa24f
@ -99,6 +99,19 @@ export class LineLogin extends IonicNativePlugin {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Login with Web
|
||||||
|
* (iOS only)
|
||||||
|
* @return {Promise<LineLoginProfile>}
|
||||||
|
*/
|
||||||
|
@Cordova({
|
||||||
|
successIndex: 1,
|
||||||
|
errorIndex: 2
|
||||||
|
})
|
||||||
|
loginWeb(): Promise<LineLoginProfile> {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Logout
|
* Logout
|
||||||
* @return {Promise<any>}
|
* @return {Promise<any>}
|
||||||
|
Loading…
Reference in New Issue
Block a user