Check Grant Notifications
LootLockerSDKManager.GetAssetNotification((response) =>
{
if (response.success)
{
Debug.Log("Successfully check asset notifications");
}
else
{
Debug.Log("Error checking asset notifications");
}
});Last updated
Was this helpful?
