Board

Board.Core.BoardPlayer

BoardPlayer.playerId Property

Gets the Player’s persistent app-specific identifier.

public virtual string playerId { get; }

Property Value

System.String

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).