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

Language:

guestLogin

Use this API to make a user logged in as a guest who has a new account and a new wallet.


MirrorWorld.guestLogin(new LoginListener() {
@Override
public void onLoginSuccess() {
//Todo: user login success
}
@Override
public void onLoginFail() {
//Todo: user login failed, may exist some error.
}
});

Edit this page on GitHub

Copyright © Mirror World, Inc. 2023
On this page

    Home

    Integration

    Guides

    API Reference

    Changelog