public class Resolver<A extends GigyaAccount> extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected IBusinessApiService<A> |
_businessApiService |
protected GigyaApiResponse |
_interruption |
protected GigyaLoginCallback<A> |
_loginCallback |
| Constructor and Description |
|---|
Resolver(GigyaLoginCallback<A> loginCallback,
GigyaApiResponse interruption,
IBusinessApiService<A> businessApiService) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
finalizeRegistration(java.lang.Runnable completionHandler) |
java.lang.String |
getRegToken() |
protected final GigyaLoginCallback<A extends GigyaAccount> _loginCallback
protected final GigyaApiResponse _interruption
protected final IBusinessApiService<A extends GigyaAccount> _businessApiService
public Resolver(GigyaLoginCallback<A> loginCallback, GigyaApiResponse interruption, IBusinessApiService<A> businessApiService)
public java.lang.String getRegToken()
protected void finalizeRegistration(java.lang.Runnable completionHandler)