C# Class DoubanSDK.ShuoAPI

Mostra file Open project: thankcreate/Care Class Usage Examples

Public Methods

Method 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 method

public AddComments ( String id, String text, CompleteHandler handler ) : void
id String
text String
handler CompleteHandler
return void

GetComments() public method

public GetComments ( String id, int count, GetCommentsCompleteHandler handler ) : void
id String
count int
handler GetCommentsCompleteHandler
return void

GetUserTimeLine() public method

public GetUserTimeLine ( String id, int count, GetUserTimeLineCompleteHandler handler ) : void
id String
count int
handler GetUserTimeLineCompleteHandler
return void

PostStatusesWithPic() public method

public PostStatusesWithPic ( String text, String path, CompleteHandler handler ) : void
text String
path String
handler CompleteHandler
return void