getTokens
Get the current user's tokens.
MirrorWorld.getTokens(new GetWalletTokenListener() {    @Override    public void onSuccess(GetWalletTokenResponse walletTokenResponse) {        Log.d("MirrorSDK","Get wallet token success!");    }    @Override    public void onFailed(long code, String message) {        Log.d("MirrorSDK","Get tokens failed.");    }});
Edit this page on GitHub