public abstract static class SignUpAndSignInParam.Builder
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
abstract SignUpAndSignInParam |
build()
Builds the
SignUpAndSignInParam object that is used to wrap various properties related to
the parameter surrounding user account registration. |
abstract SignUpAndSignInParam.Builder |
signUpParam(SignUpParam signUpParam)
Returns the
SignUpAndSignInParam.Builder for the SignUpAndSignInParam.signUpParam() component of the
SignUpAndSignInParam object. |
abstract SignUpAndSignInParam.Builder |
staySignedIn(boolean staySignedIn)
Returns the
SignUpAndSignInParam.Builder for the SignUpAndSignInParam.staySignedIn() component of
the SignUpAndSignInParam object. |
public abstract SignUpAndSignInParam.Builder signUpParam(SignUpParam signUpParam)
SignUpAndSignInParam.Builder for the SignUpAndSignInParam.signUpParam() component of the
SignUpAndSignInParam object.signUpParam - the sign up param. See SignUpParampublic abstract SignUpAndSignInParam.Builder staySignedIn(boolean staySignedIn)
SignUpAndSignInParam.Builder for the SignUpAndSignInParam.staySignedIn() component of
the SignUpAndSignInParam object.staySignedIn - whether to stay signed in.
true if the user account wants to stay signed in between app
openings;
false otherwisepublic abstract SignUpAndSignInParam build()
SignUpAndSignInParam object that is used to wrap various properties related to
the parameter surrounding user account registration.SignUpAndSignInParam object that is used to wrap various properties related to
the parameter surrounding user account registration.