Board
Board.Session.BoardSessionPlayer
BoardSessionPlayer.playerId Property
Gets the player’s persistent app-specific identifier.
public override string playerId { get; }
Property Value
Remarks
This identifier is consistent across sessions for the same non-guest player playing the same app. It is deterministic based on the profile and app, making it suitable for developer use in app-specific features while maintaining privacy of the underlying player profile.
This identifier is randomly generated for guest players (Guest).