Interface | Description |
---|---|
DDNA.SettingsModifier | |
EngageFactory.Callback<T> | |
EventActionHandler.Callback<T> | |
ImageMessage.PrepareListener | |
JsonParams |
Class | Description |
---|---|
DDNA |
Singleton class for accessing the deltaDNA SDK.
|
DDNA.Configuration |
Class for providing a configuration when initialising the
SDK through
DDNA.initialise(Configuration) inside of an
Application class. |
EngageFactory |
Helps with creating the different types of action available from the Engage
service.
|
Engagement<T extends Engagement<T>> |
Constructs an engagement
Event . |
Event<T extends Event<T>> |
Constructs an event.
|
EventAction |
An action associated with an event on which
EventActionHandler s can
be registered for handling actions triggered as a result of the event having
been recorded. |
EventActionHandler<T> |
Handlers which can be registered on
EventAction s for handling actions
of different types. |
EventActionHandler.GameParametersHandler |
EventActionHandler for handling game parameters, which will be
returned as a JSONObject . |
EventActionHandler.ImageMessageHandler |
EventActionHandler for handling ImageMessage s. |
EventTrigger | |
EventTriggeredCampaignMetricStore | |
ImageMessage | |
ImageMessage.Button |
Description of an image message button.
|
ImageMessageActivity |
Activity which displays in Image Message request and handles the
user interaction with the Image Message. |
Params |
Constructs parameters which can be used with events.
|
Product<T extends Product<T>> |
Constructs a product, to be used in conjunction with a
Transaction . |
Transaction<T extends Transaction<T>> |
Constructs a transaction
Event . |