public class CustomTabAuthHandler extends Object implements AuthenticationHandler
AuthenticationHandler.OnCompleteListener
Constructor and Description |
---|
CustomTabAuthHandler() |
Modifier and Type | Method and Description |
---|---|
void |
setOnCompleteListener(AuthenticationHandler.OnCompleteListener listener) |
boolean |
start(android.app.Activity contextActivity,
AuthenticationRequest request) |
void |
stop() |
public boolean start(android.app.Activity contextActivity, AuthenticationRequest request)
start
in interface AuthenticationHandler
public void stop()
stop
in interface AuthenticationHandler
public void setOnCompleteListener(AuthenticationHandler.OnCompleteListener listener)
setOnCompleteListener
in interface AuthenticationHandler