mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-31 18:49:43 +08:00
Feat(twitter): adds showUser() (#454)
This commit is contained in:
parent
4e87ac72ea
commit
4a0f082158
@ -45,6 +45,13 @@ export class TwitterConnect {
|
||||
*/
|
||||
@Cordova()
|
||||
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 {
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user