LootLocker
Guides
How-to
Background
Reference
Search…
Welcome
Getting Started
Introduction
Register a LootLocker Account
Create a Game on LootLocker
Unity Tutorials
Unreal Tutorials
Other Engine Tutorials
Use the Sample Game & Mobile App
Configure Your LootLocker Account
How-to
Introduction
Authentication
Players
LootLocker Basics
Assets
Create Your First Asset
Managing Assets
Working With Assets in Game
Working With Assets For Player in Game
Variations
Loot Boxes
Drop Tables
Rental Assets
Check Grant Notifications
Set up Asset Storage Templates
Use an Asset to Distribute a Custom Game Config
Leaderboards
Collectables
Progression
Triggers
DLCs
Messages
Player Segments
User Generated Content (UGC)
Heroes
Other Use Cases
Background
Introduction
What is LootLocker?
Management Console
Asset Manager & Assets
Player Manager
Game Systems
Backend Services
Live Ops Tools
Game Settings
Profile Settings
Reference
Introduction
SDKs
Game API
Admin API
Server API
Mobile App
Changelogs
Unity SDK
Unreal SDK
Admin API
Game API
Server API
Mobile App
Powered By
GitBook
Check Grant Notifications
To check items granted to the player from outside sources such as Loot boxes, you can periodically call the check grant notifications endpoint.
Along with details on what assets have been granted to the player it's also possible to see which source they were granted from
Unity
1
LootLockerSDKManager
.
GetAssetNotification
((
response
)
=>
2
{
3
if
(
response
.
success
)
4
{
5
Debug
.
Log
(
"Successfully check asset notifications"
);
6
}
7
else
8
{
9
Debug
.
Log
(
"Error checking asset notifications"
);
10
}
11
});
Copied!
Previous
Use Rental Asset in Game
Next
Set up Asset Storage Templates
Last modified
7mo ago
Copy link