Skip to content

Instantly share code, notes, and snippets.

@aditrioka
Created August 9, 2019 08:39
Show Gist options
  • Save aditrioka/f67d3a0ac3375fd3e6bcb29c4b58d7a0 to your computer and use it in GitHub Desktop.
Save aditrioka/f67d3a0ac3375fd3e6bcb29c4b58d7a0 to your computer and use it in GitHub Desktop.
operation when logout
// this function is called when logout
public void logout() {
MoEHelper.getInstance(mContext).logoutUser();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment