See: Description
Interface | Description |
---|---|
PurchasingListener |
Clients must implement the
PurchasingListener and register an
instance of their implementation with
PurchasingService.registerListener(android.content.Context, PurchasingListener)
before using other APIs in the PurchasingService . |
Class | Description |
---|---|
PurchasingService |
Presents the primary API for interacting with the Amazon Appstore purchasing framework.
|
ResponseReceiver |
You must register this class as a broadcast receiver in your
AndroidManifest.xml in order to receive broadcast intents from the Amazon
Appstore for Android.
|