public interface LoginDelegate
LoginDelegate.Factory.create() method to create an object that implements the LoginDelegate
interface.| Modifier and Type | Interface and Description |
|---|---|
static class |
LoginDelegate.Factory
Represents a factory that creates objects that implement the LoginDelegate interface.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
onActivityResult(int requestCode,
int resultCode,
Intent data)
Delegates the login result to the internal login handler.
|
boolean onActivityResult(int requestCode,
int resultCode,
Intent data)
Activity instance or a Fragment instance.requestCode - 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.