C# Class CrossBox.Core.DropBox.DropboxClient

Inheritance: IDropBoxClient
Afficher le fichier Open project: runegri/CrossBox

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
DropboxClient ( string apiKey, string appSecret ) : System

Method Details

AuthenticatedCallback() public méthode

public AuthenticatedCallback ( ) : void
Résultat void

DropboxClient() protected méthode

protected DropboxClient ( string apiKey, string appSecret ) : System
apiKey string
appSecret string
Résultat System

EnsureIsAuthenticated() public abstract méthode

public abstract EnsureIsAuthenticated ( System.Action onSuccess, Action onError ) : void
onSuccess System.Action
onError Action
Résultat void

GetFileContent() public méthode

public GetFileContent ( string path, Action onSuccess, Action onError ) : void
path string
onSuccess Action
onError Action
Résultat void

GetFolderContent() public méthode

public GetFolderContent ( string folder, Action onSuccess, Action onError ) : void
folder string
onSuccess Action
onError Action
Résultat void

UploadFile() public méthode

public UploadFile ( string path, string fileName, byte content, Action onSuccess, Action onError ) : void
path string
fileName string
content byte
onSuccess Action
onError Action
Résultat void