C# Class DoubanSDK.DoubanAPI

Afficher le fichier Open project: thankcreate/Care Class Usage Examples

Méthodes publiques

Свойство Type Description
DoubanInfo DoubanAppInfo

Méthodes publiques

Méthode Description
AddComments ( String id, String text, CompleteHandler hanlder ) : void
GetComments ( String id, int count, GetCommentsCompleteHandler handler ) : void
GetFollowingUserList ( String id, GetFollowingUserListCompleteHandler handler ) : void
GetMyUserInfo ( GetUserInfoCompletedHandler handler ) : void
GetUserTimeLine ( String id, int count, GetUserTimeLineCompleteHandler handler ) : void
IsAccessTokenOutOfDate ( ) : bool
IsAccessTokenValid ( ) : bool
LogOut ( ) : void
PostStatusesWithPic ( String text, String path, CompleteHandler hanlder ) : void
RefreshToken ( OAuth2LoginBack hander ) : void

Method Details

AddComments() public méthode

public AddComments ( String id, String text, CompleteHandler hanlder ) : void
id String
text String
hanlder CompleteHandler
Résultat void

GetComments() public méthode

public GetComments ( String id, int count, GetCommentsCompleteHandler handler ) : void
id String
count int
handler GetCommentsCompleteHandler
Résultat void

GetFollowingUserList() public méthode

public GetFollowingUserList ( String id, GetFollowingUserListCompleteHandler handler ) : void
id String
handler GetFollowingUserListCompleteHandler
Résultat void

GetMyUserInfo() public méthode

public GetMyUserInfo ( GetUserInfoCompletedHandler handler ) : void
handler GetUserInfoCompletedHandler
Résultat void

GetUserTimeLine() public méthode

public GetUserTimeLine ( String id, int count, GetUserTimeLineCompleteHandler handler ) : void
id String
count int
handler GetUserTimeLineCompleteHandler
Résultat void

IsAccessTokenOutOfDate() public méthode

public IsAccessTokenOutOfDate ( ) : bool
Résultat bool

IsAccessTokenValid() public méthode

public IsAccessTokenValid ( ) : bool
Résultat bool

LogOut() public méthode

public LogOut ( ) : void
Résultat void

PostStatusesWithPic() public méthode

public PostStatusesWithPic ( String text, String path, CompleteHandler hanlder ) : void
text String
path String
hanlder CompleteHandler
Résultat void

RefreshToken() public méthode

public RefreshToken ( OAuth2LoginBack hander ) : void
hander OAuth2LoginBack
Résultat void

Property Details

DoubanInfo public_oe static_oe property

public static DoubanAppInfo,DoubanSDK DoubanInfo
Résultat DoubanAppInfo