@LevelUpApi(contract=PUBLIC) public final class RegistrationRequestFactory extends AbstractRequestFactory
Registration
from the web
service.Constructor and Description |
---|
RegistrationRequestFactory(Context context) |
Modifier and Type | Method and Description |
---|---|
AbstractRequest |
buildRegistrationRequest(String email)
Build a request to get the
Registration for the email
passed. |
getAccessTokenRetriever, getContext
public RegistrationRequestFactory(Context context)
context
- the Application context.@LevelUpApi(contract=ENTERPRISE) public AbstractRequest buildRegistrationRequest(String email)
Registration
for the email
passed.email
- the user's email address.AbstractRequest
to use to get the
Registration
for the email passed.