See: Description
Interface | Description |
---|---|
AnalyticsServices | |
AnalyticsServices.AutoEventListener | |
CommonPropertiesEvaluator |
Implement this interface to generate the common properties to be sent with every event.
|
KongregateAPI |
Main Kongregate API object which can be used to access various services such as
KongregateServices or StatServices |
KongregateEventListener |
Interface to be notified of Kongregate events, all events will be posted to the UI thread.
|
KongregateServices |
Main interface for accessing Kongregate services
|
MicrotransactionServices |
Interface for transaction APIs including Kongregate micro-transactions, user item management, and App Store reciept validation.
|
MicrotransactionServices.ReceiptVerificationListener | Deprecated
Please use a custom or 3rd party receipt validation service
|
MobileServices |
Interface for mobile-specific services
|
StatServices |
Interface for the Kongregate statistics API
|
Class | Description |
---|---|
APIBootstrap |
Provides functions to Bootstrap various versions of the API.
|
KongregateButton |
The Kongregate Button, used for opening the Kongregate Panel
|
KongregateEvent |
Kongregate API Event constants
|
KongregateEventBundle |
A KongregateAPIEvent bundles the event name along with an optional JSON payload.
|
KongregateEventBundleListener |
Interface to be notified of Kongregate events along with an optional data bundle.
|
Enum | Description |
---|---|
AnalyticsServices.Events | |
AnalyticsServices.Fields |
Kongregate automatic fields you may retrieve using the
AnalyticsServices.getAutoBoolProperty(String) , AnalyticsServices.getAutoIntProperty(String) , etc... |
AnalyticsServices.IabResult | |
MicrotransactionServices.ReceiptVerificationStatus | Deprecated
Please use a custom or 3rd party receipt validation service
|
For a general overview of how to use the Android Native API, please view the platform overview.