|
My Project v1
Project
|


Public 成员函数 | |
| 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) |
属性 | |
| string | DisplayName [get] |
| bool | SupportsLinks [get] |
| bool | SupportsListing [get] |
| bool | RequiresLogin [get] |
| bool | IsLoggedIn [get] |
| string | Description [get] |
| void Game.IExternalContentProvider.Download | ( | string | path, |
| CancellableProgress | progress, | ||
| Action< Stream > | success, | ||
| Action< Exception > | failure ) |
在 Game.DiskExternalContentProvider, Game.DropboxExternalContentProvider , 以及 Game.SchubExternalContentProvider 内被实现.

| void Game.IExternalContentProvider.Link | ( | string | path, |
| CancellableProgress | progress, | ||
| Action< string > | success, | ||
| Action< Exception > | failure ) |
在 Game.DiskExternalContentProvider, Game.DropboxExternalContentProvider , 以及 Game.SchubExternalContentProvider 内被实现.

| void Game.IExternalContentProvider.List | ( | string | path, |
| CancellableProgress | progress, | ||
| Action< ExternalContentEntry > | success, | ||
| Action< Exception > | failure ) |
在 Game.DiskExternalContentProvider, Game.DropboxExternalContentProvider , 以及 Game.SchubExternalContentProvider 内被实现.

| void Game.IExternalContentProvider.Login | ( | CancellableProgress | progress, |
| Action | success, | ||
| Action< Exception > | failure ) |
在 Game.DiskExternalContentProvider, Game.DropboxExternalContentProvider , 以及 Game.SchubExternalContentProvider 内被实现.

| void Game.IExternalContentProvider.Logout | ( | ) |
在 Game.DiskExternalContentProvider, Game.DropboxExternalContentProvider , 以及 Game.SchubExternalContentProvider 内被实现.

| void Game.IExternalContentProvider.Upload | ( | string | path, |
| Stream | stream, | ||
| CancellableProgress | progress, | ||
| Action< string > | success, | ||
| Action< Exception > | failure ) |
在 Game.DiskExternalContentProvider, Game.DropboxExternalContentProvider , 以及 Game.SchubExternalContentProvider 内被实现.

|
get |
|
get |
|
get |
|
get |
|
get |
|
get |