Provides Application download, status and error message. More...
Import Statement: | import ArcGIS.AppFramework 1.0 |
Inherits: |
Properties
- appInfo : AppInfo
- error : AppFrameworkError
- portal : object
- status : ItemPackage::Status
- statusMessage : string
Signals
- progress(int percentage, int secondsRemainingEstimate)
Methods
- download()
Detailed Description
The AppPackage component manages download progress and status of app downloads in Player.
This component is deprecated at version 5.0.
Property Documentation
appInfo : AppInfo |
[read-only] error : AppFrameworkError |
Signal Documentation
This signal is emitted while a file is downloading.
Note: The corresponding handler is onProgress
.