![]() |
LootLocker Unity SDK 8.0.0
Game backend SDK for Unity
|
Read player inbox messages from the LootLocker console.
|
inlinestatic |
Get the current messages.
| onComplete | onComplete Action for handling the response of type LootLockerGetMessagesResponse |
| forPlayerWithUlid | Optional : Execute the request for the specified player. If not supplied, the default player will be used. |
Functions | |
| static void | LootLocker.Requests.LootLockerSDKManager.GetMessages (Action< LootLockerGetMessagesResponse > onComplete, string forPlayerWithUlid=null) |
| Get the current messages. | |