public class SignUpEvent extends PredefinedEvent<SignUpEvent>
MAX_NUM_ATTRIBUTES, MAX_STRING_LENGTH| Constructor and Description |
|---|
SignUpEvent() |
| Modifier and Type | Method and Description |
|---|---|
SignUpEvent |
putMethod(String signUpMethod)
Put method of user sign up attempt.
|
SignUpEvent |
putSuccess(boolean signUpSucceeded)
Put result of sign up attempt.
|
toStringputCustomAttribute, putCustomAttributepublic SignUpEvent putMethod(String signUpMethod)
signUpMethod - sign up method used, not nullpublic SignUpEvent putSuccess(boolean signUpSucceeded)
signUpSucceeded - result of sign up attempt