TentuPlay.sendLogin

Description

The sendLogin method collects the user’s login data. It needs to be called when the user logs into your game or application.

Example
sendLogin({
	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.