C# Class DoubanSDK.ShuoAPI

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

Méthodes publiques

Méthode Description
AddComments ( String id, String text, CompleteHandler handler ) : void
GetComments ( String id, int count, GetCommentsCompleteHandler handler ) : void
GetUserTimeLine ( String id, int count, GetUserTimeLineCompleteHandler handler ) : void
PostStatusesWithPic ( String text, String path, CompleteHandler handler ) : void

Method Details

AddComments() public méthode

public AddComments ( String id, String text, CompleteHandler handler ) : void
id String
text String
handler 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

GetUserTimeLine() public méthode

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

PostStatusesWithPic() public méthode

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