C# Class CrossBox.Core.DropBox.MonoTouchDropBoxClient

Inheritance: DropboxClient
ファイルを表示 Open project: runegri/CrossBox Class Usage Examples

Public Methods

Method Description
AuthenticatedCallback ( ) : void
CreateInstance ( string apiKey, string appSecret, UIWindow window ) : DropboxClient
EnsureIsAuthenticated ( System.Action onSuccess, Action onError ) : void

Private Methods

Method Description
CleanUpHandlers ( ) : void
MonoTouchDropBoxClient ( string apiKey, string appSecret, UIWindow window ) : System

Method Details

AuthenticatedCallback() public method

public AuthenticatedCallback ( ) : void
return void

CreateInstance() public static method

public static CreateInstance ( string apiKey, string appSecret, UIWindow window ) : DropboxClient
apiKey string
appSecret string
window UIWindow
return DropboxClient

EnsureIsAuthenticated() public method

public EnsureIsAuthenticated ( System.Action onSuccess, Action onError ) : void
onSuccess System.Action
onError Action
return void