AchievementsResource class

Constructors

AchievementsResource(ApiRequester client)

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
reset(String achievementId, {String? $fields}) Future<AchievementResetResponse>
Resets the achievement with the given ID for the currently authenticated player.
resetAll({String? $fields}) Future<AchievementResetAllResponse>
Resets all achievements for the currently authenticated player for your application.
resetAllForAllPlayers({String? $fields}) Future<void>
Resets all draft achievements for all players.
resetForAllPlayers(String achievementId, {String? $fields}) Future<void>
Resets the achievement with the given ID for all players.
resetMultipleForAllPlayers(AchievementResetMultipleForAllRequest request, {String? $fields}) Future<void>
Resets achievements with the given IDs for all players.
toString() String
A string representation of this object.
inherited

Operators

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