Parameters
| Property | Type | Required | Description |
|---|---|---|---|
| url | String | Yes | File URL to download |
| header | Object | No | Request headers |
| success | Function | No | Callback on success |
| fail | Function | No | Callback on failure |
| complete | Function | No | Callback that always executes |
Success Callback
| Property | Type | Description |
|---|---|---|
| apFilePath | String | Local temporary file path |