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

Language:

IsLogged

Check current user's log status.We strongly recommend calling this API for checking every time the user enters the game, so that you can decide whether to guide the user to log in.

Parameters

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

Returns

response value - bool

Code Example


MWSDK.IsLogged((res) => {
bool isLogged = res;
//todo...
});

Edit this page on GitHub

Copyright © Mirror World, Inc. 2023
On this page

Home

Integration

Guides

API Reference

Changelog