Process login responses
Learn about process login responses.
阅读时间1 分钟最后更新于 7 个月前
The application uses the request to sign users into Vivox. After the game receives a successful message, will change to . The event will trigger once the requested login has succeeded. It is important to wait for the state change event to trigger and confirm it was successful before attempting any other Vivox actions.
vx_req_account_anonymous_loginvx_resp_account_anonymous_loginvx_evt_account_login_state_changelogin_state_logged_in| vx_resp_account_anonymous_login | vx_evt_account_login_state_change |
| Changes the state of the corresponding action item to an in-progress state. Example, “Logging In” “Joining Channel”. | Changes the state of the corresponding action item to finished state. Example, “Logged In” “Joined Channel”. |
Next step, check for errors and verify your implementation.