TentuPlay.sendJoin

Description

The sendJoin method collects the data of user registration. Basically, it is called only once when a user registers but needs to be called again if the user’s playerUUID is changed by re-registration.

Example
sendJoin({
	playerUUID: "9BEIN2XUEN2P7ZW"
});

Parameters

Name Description Type Required

playerUUID

The unique ID of user or player

string

required

Do you need help?

Contact us at TentuPlay Discord if you have any questions or feedback on the documentation.