public interface AuthManager
Modifier and Type | Method and Description |
---|---|
void |
authenticate(java.lang.String appName,
AuthListener listener)
Authenticates an application with TapPoint based upon an app name.
|
void authenticate(java.lang.String appName, AuthListener listener)
AuthListener.onAuthSuccess()
callback before
attempting to use any TapPoint features. You should typically call this method as soon as possible after
application launch, or when the network connection first becomes available.appName
- the name of the application as configured on TapPoint. This is case sensitive.listener
- to be notified about authentication events.