Skip to content

Instantly share code, notes, and snippets.

@smaugho
Created April 29, 2017 12:51
Show Gist options
  • Save smaugho/de68b5cf2827d9b2eefd0776b6b7569a to your computer and use it in GitHub Desktop.
Save smaugho/de68b5cf2827d9b2eefd0776b6b7569a to your computer and use it in GitHub Desktop.
Event Receiver method
@Event
void onAuthenticationDone(String userName) {
//Do some action after the event is triggered
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment