IContentUpdate Interface
Defines content update specific tasks and notifications.
Callbacks
Type | Signature |
void |
onContentUpdateStateChanged(ContentUpdateStateChangedEventArgs state)
Notifies the page that the content update state has changed. |
void |
onContentUpdateFileListDownloaded(ContentUpdateFileListDownloadedEventArgs fileListArgs)
Called when the file list for the current update has been downloaded. |
void |
onContentUpdateFileProgress(ContentUpdateFileProgressEventArgs fileProgressArgs)
Called to update the current download progress. |
void |
onContentUpdatePollPreApply(ContentUpdatePollPreApplyEventArgs isPaused)
Called after all files have been downloaded to hold or resume an update. |
Related Types
Type | Signature |
Class |
ContentUpdateStateChangedEventArgs
Monitors the state of a content update. |
Class |
ContentUpdateFileListDownloadedEventArgs
A list of files with their information, and the total size of all the files. |
Class |
ContentUpdateFileProgressEventArgs
Information on the current file being downloaded. |
Class |
ContentUpdatePollPreApplyEventArgs
Allows the update to be paused or resumed after all files have been downloaded. |
Enum |
ContentUpdateStates
Progress states for a content update. |
Class |
UpdateFileList
A list of files with their information. |
Class |
UpdateFile
The server information associated with files in a content update. |
Enum |
UpdateFileStatus
The status of the file currently being downloaded. |