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

Language:

startLogin

Calling this API would pop up a dialog, user can finish the login flow on it. In this dialog, the user can login with a third method like google, twitter. Or the user can login with the email which is registered on our website.


MirrorWorld.startLogin(new LoginListener() {
@Override
public void onLoginSuccess() {
//todo
}
@Override
public void onLoginFail() {
//todo
}
});

Edit this page on GitHub

Copyright © Mirror World, Inc. 2023
On this page

    Home

    Integration

    Guides

    API Reference

    Changelog