openWallet
Open wallet page. The param is a callback
which will be called when the user clicks the "Logout" button on the wallet page.
_6MirrorWorld.openWallet(new MirrorCallback() {_6 @Override_6 public void callback(String result) {_6 Log.d("MirrorSDK","User logout from wallet page.");_6 }_6});
Edit this page on GitHub