|
| static void | Initialize () |
| |
| static string | GetDownloadedContentAddress (ExternalContentType type, string name) |
| |
| static bool | IsContentRated (string address, string userId) |
| |
| static void | List (string cursor, string userFilter, string typeFilter, string moderationFilter, string sortOrder, string keySearch, string searchType, CancellableProgress progress, Action< List< CommunityContentEntry >, string > success, Action< Exception > failure) |
| |
| static void | Download (string address, string name, ExternalContentType type, string userId, CancellableProgress progress, Action success, Action< Exception > failure) |
| |
| static void | Publish (string address, string name, ExternalContentType type, string userId, CancellableProgress progress, Action success, Action< Exception > failure) |
| |
| static void | Delete (string address, string userId, CancellableProgress progress, Action success, Action< Exception > failure) |
| |
| static void | Rate (string address, string userId, int rating, CancellableProgress progress, Action success, Action< Exception > failure) |
| |
| static void | Report (string address, string userId, string report, CancellableProgress progress, Action success, Action< Exception > failure) |
| |
| static void | SendPlayTime (string address, string userId, double time, CancellableProgress progress, Action success, Action< Exception > failure) |
| |
| static void | VerifyLinkContent (string address, string name, ExternalContentType type, CancellableProgress progress, Action< byte[]> success, Action< Exception > failure) |
| |
| static void | Feedback (string address, string feedback, string feedbackParameter, string hash, long size, string userId, CancellableProgress progress, Action success, Action< Exception > failure) |
| |
| static void | UserList (string cursor, string searchKey, string searchType, string filter, int order, CancellableProgress progress, Action< List< ComUserInfo >, string > success, Action< Exception > failure) |
| |
| static void | UpdateLockState (int id, int lockState, string reason, int duration, CancellableProgress progress, Action< byte[]> success, Action< Exception > failure) |
| |
| static void | ResetPassword (int id, CancellableProgress progress, Action< byte[]> success, Action< Exception > failure) |
| |
| static void | UpdateBoutique (string type, int id, int boutique, CancellableProgress progress, Action< byte[]> success, Action< Exception > failure) |
| |
| static void | UpdateHidePara (int id, int isShow, CancellableProgress progress, Action< byte[]> success, Action< Exception > failure) |
| |
| static void | DeleteFile (int id, CancellableProgress progress, Action< byte[]> success, Action< Exception > failure) |
| |
| static void | IsAdmin (CancellableProgress progress, Action< bool > success, Action< Exception > failure) |
| |
| static string | CalculateContentHashString (byte[] data) |
| |
| static string | MakeFeedbackCacheKey (string address, string feedback, string userId) |
| |
| static string | MakeContentIdString (ExternalContentType type, string name) |
| |
| static void | Load () |
| |
| static void | Save () |
| |