API/Autodoc/Classes/ERuStoreUpdateFlowResult.en.md


ERuStoreUpdateFlowResult

class_name ERuStoreUpdateFlowResult

Information about the update result.

Enum

enum Item
Available values.

Item values

RESULT_OK = -1
Update completed,
the code may not be received because the application terminates during the update.
RESULT_CANCELED = 0
Flow interrupted by the user, or an error occurred.
It is assumed that upon receiving this code, the application should be terminated.
ACTIVITY_NOT_FOUND = 2
RuStore is not installed, or the installed version
does not support forced update (RuStore versionCode < 191).