public abstract class SignUpAndSignInParam
extends java.lang.Object
SignUpAndSignInParam abstract class wraps various properties related to the parameter
surrounding user account registration.| Modifier and Type | Class and Description |
|---|---|
static class |
SignUpAndSignInParam.Builder |
| Constructor and Description |
|---|
SignUpAndSignInParam() |
| Modifier and Type | Method and Description |
|---|---|
static SignUpAndSignInParam.Builder |
builder()
Returns the
SignUpAndSignInParam.Builder object for the SignUpAndSignInParam abstract class. |
abstract SignUpParam |
signUpParam()
Returns a SignUpParam, see
SignUpParam. |
abstract boolean |
staySignedIn()
Returns a boolean of whether to stay signed in.
|
public abstract SignUpParam signUpParam()
SignUpParam.public abstract boolean staySignedIn()
true if the user account wants to stay signed in between app
openings;
false otherwisepublic static SignUpAndSignInParam.Builder builder()
SignUpAndSignInParam.Builder object for the SignUpAndSignInParam abstract class.SignUpAndSignInParam.Builder object for the SignUpAndSignInParam abstract class.