PlayersResource class
Constructors
- PlayersResource(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
-
get(
String playerId, {String? language, String? playerIdConsistencyToken, String? $fields}) → Future< Player> - Retrieves the Player resource with the given ID.
-
getMultipleApplicationPlayerIds(
{List< String> ? applicationIds, String? $fields}) → Future<GetMultipleApplicationPlayerIdsResponse> - Get the application player ids for the currently authenticated player across all requested games by the same developer as the calling application.
-
getScopedPlayerIds(
{String? $fields}) → Future< ScopedPlayerIds> - Retrieves scoped player identifiers for currently authenticated user.
-
list(
String collection, {String? language, int? maxResults, String? pageToken, String? $fields}) → Future< PlayerListResponse> - Get the collection of players for the currently authenticated user.
-
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