gameSessionData property

String? gameSessionData
final

Set of custom game session properties, formatted as a single string value. This data is passed to a game server process in the GameSession object with a request to start a new game session (see Start a Game Session).

Implementation

final String? gameSessionData;