PlayOpsSettings
Configuration class for the core PlayOps SDK connection settings.
Constructor
new PlayOpsSettings(string cloudUrl, string gameSecret)Fields
| Field | Type | Default | Description |
|---|---|---|---|
CloudUrl | string | — | Base URL of your game’s PlayOps backend. Provided by Tactile. Example: https://my-game.tactilews.com |
SharedGameSecret | string | — | UUID that uniquely identifies your game. Used for request authentication. Set via the gameSecret constructor parameter. |
DefaultRequestTimeoutInSeconds | int | 10 | Timeout for background, non-interactive HTTP requests. |
InteractiveRequestTimeoutInSeconds | int | 30 | Timeout for player-triggered requests such as configuration sync on session start. |