C# 클래스 DoubanSDK.DoubanAPI

파일 보기 프로젝트 열기: thankcreate/Care 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DoubanInfo DoubanAppInfo

공개 메소드들

메소드 설명
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

메소드 상세

AddComments() 공개 메소드

public AddComments ( String id, String text, CompleteHandler hanlder ) : void
id String
text String
hanlder CompleteHandler
리턴 void

GetComments() 공개 메소드

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

GetFollowingUserList() 공개 메소드

public GetFollowingUserList ( String id, GetFollowingUserListCompleteHandler handler ) : void
id String
handler GetFollowingUserListCompleteHandler
리턴 void

GetMyUserInfo() 공개 메소드

public GetMyUserInfo ( GetUserInfoCompletedHandler handler ) : void
handler GetUserInfoCompletedHandler
리턴 void

GetUserTimeLine() 공개 메소드

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

IsAccessTokenOutOfDate() 공개 메소드

public IsAccessTokenOutOfDate ( ) : bool
리턴 bool

IsAccessTokenValid() 공개 메소드

public IsAccessTokenValid ( ) : bool
리턴 bool

LogOut() 공개 메소드

public LogOut ( ) : void
리턴 void

PostStatusesWithPic() 공개 메소드

public PostStatusesWithPic ( String text, String path, CompleteHandler hanlder ) : void
text String
path String
hanlder CompleteHandler
리턴 void

RefreshToken() 공개 메소드

public RefreshToken ( OAuth2LoginBack hander ) : void
hander OAuth2LoginBack
리턴 void

프로퍼티 상세

DoubanInfo 공개적으로 정적으로 프로퍼티

public static DoubanAppInfo,DoubanSDK DoubanInfo
리턴 DoubanAppInfo