EBiosError
Possible Error codes for bios API. This is the list of errors that can be returned from bios API....
BiosCheckUpdateResult represent result of the PromptUpdateAsync request.
bool m_IsUpdate
Is new update available?
bool m_IsMandatory
Is update mandatory?
void OnShowStore(EBiosError error)
Callback function for ShowStoreAsync()
void OnPromptUpdate(EBiosError error)
Callback function for PromptUpdateAsync()
void OnCheckUpdate(BiosCheckUpdateResult checkUpdateResult, EBiosError error)
Callback function for CheckUpdateAsync()
proto native EBiosError CheckUpdateAsync()
Async check if exist new update.
proto native EBiosError ShowStoreAsync()
Show store for current title (system GUI). Only on Xbox.
proto native EBiosError PromptUpdateAsync()
Prompt user to accept update with system GUI.
static void PromptUpdate()
static bool ErrorCaught(EBiosError error)