|
DayZ 1.24
|
Private Member Functions | |
| proto native EBiosError | CheckUpdateAsync () |
| Async check if exist new update. | |
| proto native EBiosError | PromptUpdateAsync () |
| Prompt user to accept update with system GUI. | |
| proto native EBiosError | ShowStoreAsync () |
| Show store for current title (system GUI). Only on Xbox. | |
| void | OnCheckUpdate (BiosCheckUpdateResult checkUpdateResult, EBiosError error) |
| Callback function for CheckUpdateAsync() | |
| void | OnPromptUpdate (EBiosError error) |
| Callback function for PromptUpdateAsync() | |
| void | OnShowStore (EBiosError error) |
| Callback function for ShowStoreAsync() | |
Definition at line 12 of file BiosPackageService.c.
|
private |
Async check if exist new update.
|
inlineprivate |
Callback function for CheckUpdateAsync()
| checkUpdateResult | contain information about availability of new update and if it is mandatory. |
| error | indicating success or fail of the async operation. |
Definition at line 39 of file BiosPackageService.c.
References OnlineServices::PromptUpdate().
|
inlineprivate |
Callback function for PromptUpdateAsync()
Show system UI with update. On Xbox, game suspend after accept update.
| error | indicating success or fail of the async operation. |
Definition at line 53 of file BiosPackageService.c.
References OnlineServices::ErrorCaught().
|
inlineprivate |
Callback function for ShowStoreAsync()
| error | indicating success or fail of the async operation. |
Definition at line 63 of file BiosPackageService.c.
References OnlineServices::ErrorCaught().
|
private |
Prompt user to accept update with system GUI.
|
private |
Show store for current title (system GUI). Only on Xbox.