ArchiveConstants class abstract

Defines constants related to archive management.

Constructors

ArchiveConstants()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

ARCHIVE_ADD → const String
Constant returned when a player adds a saved game on the saved game list page of Huawei AppAssistant.
ARCHIVE_SELECT → const String
Constant returned when a player views a saved game on the saved game list page of Huawei AppAssistant.
STRATEGY_ACTIVE_TIME → const int
Constant for setting the conflict resolution policy as automatic resolution by Huawei game server based on the played time.
STRATEGY_LAST_UPDATE → const int
Constant for setting the conflict resolution policy as automatic resolution by Huawei game server based on the last modified time.
STRATEGY_SELF → const int
Constant for setting the conflict resolution policy as no conflict resolution.
STRATEGY_TOTAL_PROGRESS → const int
Constant for setting the conflict resolution policy as automatic resolution by Huawei game server based on the progress.