Skip to main content
BETA
HomeIntegration BuilderAPI ReferenceGuidesChangelog
View Mirror World on Github
Join the Discord server

Language:

Logout

Logout current account.

Parameters

action|Action - The callback function of this method is used to receive the results.

Returns

There is no return value here. Once the Action is called, it indicates that the user has successfully logged out.

Code Example


MWSDK.Logout(() =>
{
Debug.Log("User logout.");
});

Edit this page on GitHub

Copyright © Mirror World, Inc. 2023
On this page

Home

Integration

Guides

API Reference

Changelog