mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-05-14 22:54:06 +08:00
Feat(twitter): adds showUser() (#454)
This commit is contained in:
parent
4e87ac72ea
commit
4a0f082158
@ -45,6 +45,13 @@ export class TwitterConnect {
|
|||||||
*/
|
*/
|
||||||
@Cordova()
|
@Cordova()
|
||||||
static logout(): Promise<any> {return; }
|
static logout(): Promise<any> {return; }
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns user's profile information
|
||||||
|
* @return {Promise<any>} returns a promise that resolves if user profile is successfully retrieved and rejects if request fails
|
||||||
|
*/
|
||||||
|
@Cordova()
|
||||||
|
static showUser(): Promise<any> {return; }
|
||||||
}
|
}
|
||||||
export interface TwitterConnectResponse {
|
export interface TwitterConnectResponse {
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user