isLoggedIn
Checks whether the current user is logged in.
MirrorWorld.isLoggedIn(new BoolListener() { @Override public void onBool(boolean boolValue) { Log.d("MirrorSDK","User log status:"+boolValue); }});
Edit this page on GitHub