|
My Project v1
Project
|


类 | |
| class | LoginProcessData |
Public 成员函数 | |
| DropboxExternalContentProvider () | |
| void | Dispose () |
| void | Login (CancellableProgress progress, Action success, Action< Exception > failure) |
| void | Logout () |
| void | List (string path, CancellableProgress progress, Action< ExternalContentEntry > success, Action< Exception > failure) |
| void | Download (string path, CancellableProgress progress, Action< Stream > success, Action< Exception > failure) |
| void | Upload (string path, Stream stream, CancellableProgress progress, Action< string > success, Action< Exception > failure) |
| void | Link (string path, CancellableProgress progress, Action< string > success, Action< Exception > failure) |
| void | LoginLaunchBrowser () |
| void | WindowActivated () |
| void | HandleUri (Uri uri) |
| void | VerifyLoggedIn () |
Public 成员函数 继承自 Game.IExternalContentProvider | |
静态 Public 成员函数 | |
| static ExternalContentEntry | JsonElementToEntry (JsonElement jsonElement) |
| static string | JsonElementToLinkAddress (JsonElement jsonElement) |
| static string | NormalizePath (string path) |
Public 属性 | |
| LoginProcessData | m_loginProcessData |
静态 Public 属性 | |
| const string | m_appKey = "1unnzwkb8igx70k" |
| const string | m_appSecret = "3i5u3j3141php7u" |
| const string | m_redirectUri = "com.candyrufusgames.survivalcraft2://redirect" |
属性 | |
| string | DisplayName [get] |
| string | Description [get] |
| bool | SupportsListing [get] |
| bool | SupportsLinks [get] |
| bool | RequiresLogin [get] |
| bool | IsLoggedIn [get] |
属性 继承自 Game.IExternalContentProvider | |
| Game.DropboxExternalContentProvider.DropboxExternalContentProvider | ( | ) |

| void Game.DropboxExternalContentProvider.Dispose | ( | ) |

| void Game.DropboxExternalContentProvider.Download | ( | string | path, |
| CancellableProgress | progress, | ||
| Action< Stream > | success, | ||
| Action< Exception > | failure ) |
| void Game.DropboxExternalContentProvider.HandleUri | ( | Uri | uri | ) |


|
static |


|
static |

| void Game.DropboxExternalContentProvider.Link | ( | string | path, |
| CancellableProgress | progress, | ||
| Action< string > | success, | ||
| Action< Exception > | failure ) |
| void Game.DropboxExternalContentProvider.List | ( | string | path, |
| CancellableProgress | progress, | ||
| Action< ExternalContentEntry > | success, | ||
| Action< Exception > | failure ) |
| void Game.DropboxExternalContentProvider.Login | ( | CancellableProgress | progress, |
| Action | success, | ||
| Action< Exception > | failure ) |
| void Game.DropboxExternalContentProvider.LoginLaunchBrowser | ( | ) |


| void Game.DropboxExternalContentProvider.Logout | ( | ) |
|
static |

| void Game.DropboxExternalContentProvider.Upload | ( | string | path, |
| Stream | stream, | ||
| CancellableProgress | progress, | ||
| Action< string > | success, | ||
| Action< Exception > | failure ) |
| void Game.DropboxExternalContentProvider.VerifyLoggedIn | ( | ) |

| void Game.DropboxExternalContentProvider.WindowActivated | ( | ) |


|
static |
|
static |
| LoginProcessData Game.DropboxExternalContentProvider.m_loginProcessData |
|
static |
|
get |
|
get |
|
get |
|
get |
|
get |
|
get |