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

Represents a broadcast message. More...

Properties

string id [get, set]
 The unique identifier (ULID) for this broadcast message.
 
string name [get, set]
 The name of this broadcast message.
 
string game_name [get, set]
 Name of the current game you're seeing this broadcast on.
 
List< LootLockerBroadcastGamegames [get, set]
 Indicates which games are allowed to see this broadcast.
 
LootLockerBroadcastPublicationSetting[] publication_settings [get, set]
 A list of publication settings for this broadcast message This list will always contain at least the publication time in UTC, but may also contain additional publication settings for different timezones.
 
string[] language_codes [get, set]
 The language codes available for this broadcast message eg.
 
Dictionary< string, LootLockerBroadcastLanguagelanguages [get, set]
 Localised versions of this broadcast message.
 

Detailed Description

Represents a broadcast message.

Property Documentation

◆ games

List<LootLockerBroadcastGame> LootLocker.Requests.LootLockerBroadcast.games
getset

Indicates which games are allowed to see this broadcast.

This may be useful if you want to know what other games might be seeing this broadcast at the point of display.

◆ language_codes

string [] LootLocker.Requests.LootLockerBroadcast.language_codes
getset

The language codes available for this broadcast message eg.

["en", "en-US", "zh"]