public class LoginDelegateImpl extends java.lang.Object implements LoginDelegate
LoginDelegate.Factory| Constructor and Description |
|---|
LoginDelegateImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
onActivityResult(int requestCode,
int resultCode,
Intent data)
Delegates the login result to the internal login handler.
|
void |
setLoginHandler(LoginHandler loginHandler) |
public boolean onActivityResult(int requestCode,
int resultCode,
Intent data)
LoginDelegateActivity instance or a Fragment instance.onActivityResult in interface LoginDelegaterequestCode - The integer request code originally supplied to the
startActivityForResult() method. This can be used to identify the source of
the login result.resultCode - The integer result code returned by the login activity through its
setResult() method.data - The login result's intent.public void setLoginHandler(@NonNull
LoginHandler loginHandler)