DIFF

class BiosPackageServiceSource

Methods 6

proto native EBiosError CheckUpdateAsync()

Returns: EBiosError indicating if the async operation is pending.

proto native EBiosError PromptUpdateAsync()

Returns: EBiosError indicating if the async operation is pending.

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.
void OnShowStore(EBiosError error)
error
indicating success or fail of the async operation.