|
|
| ContentUpdater (const ContentUpdater &)=delete |
|
| ContentUpdater (ContentUpdater &&)=default |
| | Default move constructor noexcept is deduced.
|
|
ContentUpdater & | operator= (const ContentUpdater &)=delete |
| ContentUpdater & | operator= (ContentUpdater &&cu)=default |
| | Default move assignment noexcept is deduced.
|
| int | update (bool allowChargeNetwork, ProgressListener listener, EDataSavePolicy savePolicy=UseDefault) noexcept |
| | Start / resume the update process.
|
| ContentStoreItemList | getItems () const noexcept |
| | Get the content items list in update process.
|
| int | getContentType () const noexcept |
| | Get content type in update process.
|
| EContentUpdaterStatus | getStatus () const noexcept |
| | Get update operation status.
|
| int | getProgress () const noexcept |
| | Get update operation progress.
|
| bool | canApply () const noexcept |
| | Check if content update can be applied.
|
| int | apply () noexcept |
| | Apply content update.
|
|
void | cancel () noexcept |
| | Cancel content update.
|
| bool | isStarted () const noexcept |
| | Check if content updater is started.
|
ContentUpdater object.
Provides functionality to update existing content in the background.
Implements share read/write Api object over IContentUpdater.