Package com.bitheads.braincloud.services
Class S3HandlingService
java.lang.Object
com.bitheads.braincloud.services.S3HandlingService
public class S3HandlingService extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classS3HandlingService.Parameter -
Constructor Summary
Constructors Constructor Description S3HandlingService(BrainCloudClient client) -
Method Summary
Modifier and Type Method Description voidgetCDNUrl(String fileId, IServerCallback callback)Returns the CDN url for a filevoidgetFileList(String category, IServerCallback callback)Retreives the detailds of custom files stored on the server Service Name - S3Handling Server Operation - GetFileListvoidgetUpdatedFiles(String category, String fileDetailsJson, IServerCallback callback)Sends an array of file details and returns the details of any of those files that have changed Service Name - S3Handling Service Operation - GetUpdatedFiles
-
Constructor Details
-
S3HandlingService
-
-
Method Details
-
getUpdatedFiles
Sends an array of file details and returns the details of any of those files that have changed Service Name - S3Handling Service Operation - GetUpdatedFiles- Parameters:
category- Category of files on server to compare againstfileDetailsJson- An array of file detailscallback- The callback object
-
getFileList
Retreives the detailds of custom files stored on the server Service Name - S3Handling Server Operation - GetFileList- Parameters:
category- Category of files to retrievecallback- The callback object
-
getCDNUrl
Returns the CDN url for a file- Parameters:
fileId- ID of filecallback- The method to be invoked when the server response is received
-