public class AuthService
extends java.lang.Object
To create a new AuthService object use the static builder().
| Modifier and Type | Class and Description |
|---|---|
static class |
AuthService.AuthServiceBuilder |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMPOSITE_ADVICE |
static java.lang.String |
SERVICE |
static java.lang.String |
SUSPENDED_ID |
| Modifier and Type | Method and Description |
|---|---|
static AuthService.AuthServiceBuilder |
builder() |
java.lang.String |
getAuthServiceId() |
java.lang.String |
getName() |
android.net.Uri |
getResumeURI() |
void |
next(android.content.Context context,
NodeListener<?> listener)
Move on to the next node in the tree.
|
public static final java.lang.String SERVICE
public static final java.lang.String COMPOSITE_ADVICE
public static final java.lang.String SUSPENDED_ID
public static AuthService.AuthServiceBuilder builder()
public void next(android.content.Context context,
NodeListener<?> listener)
context - The Application Contextlistener - Listener for receiving AuthService related changespublic java.lang.String getName()
public java.lang.String getAuthServiceId()
public android.net.Uri getResumeURI()