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