API Reference
Package: com.evergage.android
Interface | Description |
---|
Campaign | A custom 'Data' campaign to be handled by the app, served in response to Marketing Cloud Personalization actions generated by the user interacting with the app. |
CampaignHandler | Callback implemented by the app to handle potential custom 'Data' campaigns served in response to Personalization actions generated by the user interacting with the app. |
Context | Provides APIs to handle data campaigns, track Item views and interactions, and track manual actions, all within a lifecycle-managed context such as Screen. |
Screen | A 'screen' of the app, and the context for its associated user activity. |
Class | Description |
---|
ClientConfiguration | Personalization Android configuration, provided by the client in Evergage.start(ClientConfiguration) , built using ClientConfiguration.Builder. |
ClientConfiguration.Builder | Builder for ClientConfiguration. |
Evergage | This class is primarily used to initialize, configure, and start Personalization. |
EvergageActivity | Supports easily and codelessly managing test campaigns from the device in debug/debuggable builds, by allowing the user to open related URLs in the mobile browser. |
Annotation | Type Description |
---|
LogLevel | Indicates the threshold level for logging in Evergage.setLogLevel(int) . |