Interface | Description |
---|---|
ISimpleSignInResponseHandler |
3P developers must implement an instance of
ISimpleSignInResponseHandler
and register their implementation instance of response handler by calling
SimpleSignInService.registerResponseHandler(android.content.Context, ISimpleSignInResponseHandler)
before calling any of the APIs listed in SimpleSignInService
Your registered implementation of this response handler will receive a asynchronous
callback as soon as Amazon completes the request made through available APIs. |
Class | Description |
---|---|
BroadcastHandler |
Developers must register this class as a broadcast receiver in their AndroidManifest.xml
in order to receive broadcast intents from the Amazon Appstore for Android.
|
SimpleSignInService |