Interface DownloadService


  • public interface DownloadService
    The DownloadService provides provides a set of APIs that allow app to download any files through a URL securely including auto configure setting file, trust cert file, custom logo file, etc. The service is configured with DownloadServiceConfiguration object created by the client application. In order to get the service object and leverage the available download service features Client.getDownloadService() is used.