AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Funciones específicas para móviles / Funciones de descarga
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Download functions use the following constants:
ConstantDetailsVariable type
downloadNotifProgressDownload notification mode: As long as the download is in progress, a notification shows the progress and disappears when the download is complete.DownloadParameter type
downloadNotifNoneDownload notification mode: No notification is visible.DownloadParameter type
downloadNotifProgressAndCompletionDownload notification mode: While the download is in progress, a notification shows the progress and remains visible when the download is complete.DownloadParameter type
downloadStatusFailedDownload status: Download failed.DownloadInfo type
downloadStatusRunningDownload status: Download in progress.DownloadInfo type
downloadStatusPausedDownload status: Download is paused.DownloadInfo type
downloadStatusPendingDownload status: Download pending.DownloadInfo type
downloadStatusSuccessfulDownload status: Download successful.DownloadInfo type
downloadErrorInsufficientSpaceError encountered: Insufficient storage space.DownloadInfo type
downloadErrorStorageError encountered: Storage-related error.DownloadInfo type
downloadErrorUnknownError encountered: The error is unknown.DownloadInfo type
downloadErrorFileAlreadyExistsError encountered: URI points to an existing file.DownloadInfo type
downloadPausedUnknownThe download is paused for an unknown reason.DownloadInfo type
downloadPausedWaitingForNetworkThe download is paused until a network is found.DownloadInfo type
downloadPausedWaitingForWifiThe download is paused until a Wi-Fi network is found.DownloadInfo type
downloadPausedWaitingToRetryThe download was paused due to a network error. The system will wait before trying again.DownloadInfo type
Versión mínima requerida
  • Versión 27
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 30/09/2024

Señalar un error o enviar una sugerencia | Ayuda local