Privacy mode
When privacy mode is enabled, Theymes will not store any personal data about the player. This includes metadata and collector data. To enable privacy mode, you can callTheymesSdk.SetPrivacyMode(true).
Young players
You can also tell the SDK that the player is a young player. This will automatically enable privacy mode and also make the support agents aware that they are talking to a young player. To set the player as a young player, you can callTheymesSdk.SetYoungPlayer(true).