Class S3HandlingService

java.lang.Object
com.bitheads.braincloud.services.S3HandlingService

public class S3HandlingService
extends Object
  • Constructor Details

  • Method Details

    • getUpdatedFiles

      public void getUpdatedFiles​(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
      Parameters:
      category - Category of files on server to compare against
      fileDetailsJson - An array of file details
      callback - The callback object
    • getFileList

      public void getFileList​(String category, IServerCallback callback)
      Retreives the detailds of custom files stored on the server Service Name - S3Handling Server Operation - GetFileList
      Parameters:
      category - Category of files to retrieve
      callback - The callback object
    • getCDNUrl

      public void getCDNUrl​(String fileId, IServerCallback callback)
      Returns the CDN url for a file
      Parameters:
      fileId - ID of file
      callback - The method to be invoked when the server response is received