placedPlayerSessions property
A collection of information on player sessions created in response to the
game session placement request. These player sessions are created only once
a new game session is successfully placed (placement status is
FULFILLED
). This information includes the player ID (as
provided in the placement request) and the corresponding player session ID.
Retrieve full player sessions by calling DescribePlayerSessions with
the player session ID.
Implementation
final List<PlacedPlayerSession>? placedPlayerSessions;