ScoreSubmissionInfo class

A class that includes the result of submitting a score to a leaderboard when the submitScoreWithResult method of RankingsClient is called.

Constructors

ScoreSubmissionInfo.fromMap(Map map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
playerId String?
ID of the player who has achieved a specified score.
getter/setter pair
rankingId String?
ID of the leaderboard to which a score is to be submitted.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getSubmissionScoreResult(int timeDimension) SubmissionScoreResult?
Obtains the submission result by time frame.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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