When level up, user level information can be transmitted as indicator.
public void TraceLevelUpSample(int userLevel, long levelUpTime)
{
var levelUpData = new GamebaseRequest.Analytics.LevelUpData(userLevel, levelUpTime);
}
static void TraceLevelUp(GamebaseRequest.Analytics.LevelUpData levelUpData)
When level up, user level information can be transmitted as indicator.
Definition Gamebase.cs:3165
The Analytics class can send the game indicator to the Gamebase Server.
Definition Gamebase.cs:3125
The Gamebase class is core of Gamebase service.
Definition Gamebase.cs:11