Skip to content

Instantly share code, notes, and snippets.

@jault3
Created June 25, 2014 16:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jault3/1fb7d9dc6fa4d4760013 to your computer and use it in GitHub Desktop.
Save jault3/1fb7d9dc6fa4d4760013 to your computer and use it in GitHub Desktop.
Sign Up With Invite Code
Catalyze.getInstance(this).signUp(userName, password, firstName, lastName, userName,
inviteCode, new CatalyzeListener<CatalyzeUser>() {
@Override
public void onError(CatalyzeException response) {
// ...
}
@Override
public void onSuccess(CatalyzeUser response) {
// ...
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment