public interface AuthenticationHandler
Modifier and Type | Interface and Description |
---|---|
static interface |
AuthenticationHandler.OnCompleteListener |
Modifier and Type | Method and Description |
---|---|
void |
setOnCompleteListener(AuthenticationHandler.OnCompleteListener listener) |
boolean |
start(android.app.Activity contextActivity,
AuthenticationRequest request) |
void |
stop() |
boolean start(android.app.Activity contextActivity, AuthenticationRequest request)
void stop()
void setOnCompleteListener(AuthenticationHandler.OnCompleteListener listener)