LootLocker Unity SDK 8.0.0
Game backend SDK for Unity
Loading...
Searching...
No Matches
LootLocker.Requests.LootLockerSessionOptionals Class Reference

Optional parameters that can be sent when starting a session. More...

Properties

string timezone = null [get, set]
 Timezone in IANA format.
 
string player_name = null [get, set]
 The name of the player (same as set by SetPlayerName).
 

Detailed Description

Optional parameters that can be sent when starting a session.

These are a collection of configuration options relating to the player whom the session is being started for.

Property Documentation

◆ player_name

string LootLocker.Requests.LootLockerSessionOptionals.player_name = null
getset

The name of the player (same as set by SetPlayerName).

If not supplied, will be left blank.

◆ timezone

string LootLocker.Requests.LootLockerSessionOptionals.timezone = null
getset

Timezone in IANA format.

If not supplied, will be set to UTC.