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