public interface

APIListener

implements Listener<T, U>
com.amazon.identity.auth.device.shared.APIListener
Known Indirect Subclasses

Class Overview

A callback interface for the AmazonAuthorizationManager API methods to return success or errors.

Summary

Public Methods
abstract void onError(AuthError e)
abstract void onSuccess(Bundle response)
[Expand]
Inherited Methods
From interface com.amazon.identity.auth.device.api.Listener

Public Methods

public abstract void onError (AuthError e)

public abstract void onSuccess (Bundle response)