Skip to content

Logout Event

This event will be trigger when the player logout.

{
"command": "logout",
"time": 1709650800,
"data": {
"user_id": "test_id",
"feedback_data1": "YOUR_DATA_SENT_WITH_GAME_LOBBY_REQ_FEEDBACK_DATA_1",
"balance": 1000000
}
}
{
"result": 0,
"agent_id": "test001",
"time": 1709650800,
"data": {
"user_id": "test_id",
"balance": 1000000
}
}

📌
For a comprehensive guide on how this works, please refer to the Common and Transfer Introduction or Seamless Introduction sections within the Introduction page.