C# 클래스 CrossBox.Core.DropBox.DropboxClient

상속: IDropBoxClient
파일 보기 프로젝트 열기: runegri/CrossBox

공개 메소드들

메소드 설명
AuthenticatedCallback ( ) : void
EnsureIsAuthenticated ( System.Action onSuccess, Action onError ) : void
GetFileContent ( string path, Action onSuccess, Action onError ) : void
GetFolderContent ( string folder, Action onSuccess, Action onError ) : void
UploadFile ( string path, string fileName, byte content, Action onSuccess, Action onError ) : void

보호된 메소드들

메소드 설명
DropboxClient ( string apiKey, string appSecret ) : System

메소드 상세

AuthenticatedCallback() 공개 메소드

public AuthenticatedCallback ( ) : void
리턴 void

DropboxClient() 보호된 메소드

protected DropboxClient ( string apiKey, string appSecret ) : System
apiKey string
appSecret string
리턴 System

EnsureIsAuthenticated() 공개 추상적인 메소드

public abstract EnsureIsAuthenticated ( System.Action onSuccess, Action onError ) : void
onSuccess System.Action
onError Action
리턴 void

GetFileContent() 공개 메소드

public GetFileContent ( string path, Action onSuccess, Action onError ) : void
path string
onSuccess Action
onError Action
리턴 void

GetFolderContent() 공개 메소드

public GetFolderContent ( string folder, Action onSuccess, Action onError ) : void
folder string
onSuccess Action
onError Action
리턴 void

UploadFile() 공개 메소드

public UploadFile ( string path, string fileName, byte content, Action onSuccess, Action onError ) : void
path string
fileName string
content byte
onSuccess Action
onError Action
리턴 void