Gamebase SDK for Unity 2.70.0
Toast Gamebase Platform
Loading...
Searching...
No Matches

◆ SetUserField()

static void SetUserField ( string  key,
string  value 
)
static

Used to predefine additional information.

The value set here is sent together without being set every time.

Since
Added 2.6.0.
Parameters
keyThe key of the additional information.
valueThe value of the additional information.

Example Usage :

public void SetUserFieldSample()
{
Gamebase.Logger.SetUserField("KEY", "VALUE");
}
static void SetUserField(string key, string value)
Used to predefine additional information.
Definition: Gamebase.cs:3372
Send a log to Log & Crash Server.
Definition: Gamebase.cs:3178
The Gamebase class is core of Gamebase service.
Definition: Gamebase.cs:11