Package com.proxama.tappoint.auth

Provides functionality to authenticate your application with TapPoint.

See: Description

Package com.proxama.tappoint.auth Description

Provides functionality to authenticate your application with TapPoint.

Authenticating with TapPoint is required before attempting to use any other TapPoint SDK API. To authenticate your application, you should call authenticate(String, com.proxama.tappoint.auth.AuthListener).

You will be notified of successful authentication via .AuthListener#onAuthSuccess(). In the event of authentication failing, the .auth.AuthListener#onAuthFailure(com.proxama.tappoint.error.ApiError) method will provide an ApiError for more information as to the reason for error.