class BiosPackageServiceSource
Methods 6
proto native EBiosError CheckUpdateAsync()Returns: EBiosError indicating if the async operation is pending.
Referenced by OnlineServices.CheckUpdate()
proto native EBiosError PromptUpdateAsync()Returns: EBiosError indicating if the async operation is pending.
Referenced by OnlineServices.PromptUpdate()
proto native EBiosError ShowStoreAsync()Returns: EBiosError indicating if the async operation is pending.
void OnCheckUpdate(BiosCheckUpdateResult checkUpdateResult, EBiosError error)checkUpdateResult- contain information about availability of new update and if it is mandatory.
error- indicating success or fail of the async operation.
void OnPromptUpdate(EBiosError error)Show system UI with update. On Xbox, game suspend after accept update.
error- indicating success or fail of the async operation.
References OnlineServices.ErrorCaught()
void OnShowStore(EBiosError error)error- indicating success or fail of the async operation.
References OnlineServices.ErrorCaught()