-
- All Implemented Interfaces:
public final class EventNotificationData class for sharing the event stream of the Apptentive SDK
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringnameprivate final Stringvendorprivate final Stringinteractionprivate final StringinteractionId
-
Constructor Summary
Constructors Constructor Description EventNotification(String name, String vendor, String interaction, String interactionId)
-
Method Summary
Modifier and Type Method Description final StringgetName()final StringgetVendor()final StringgetInteraction()final StringgetInteractionId()-
-
Constructor Detail
-
EventNotification
EventNotification(String name, String vendor, String interaction, String interactionId)
- Parameters:
name- the name of the event that was passed into theengagemethod.vendor- the organization that created the event.interaction- the name of the interaction that the event was engaged from.interactionId- the id of the interaction that the event was engaged from.
-
-
Method Detail
-
getInteraction
final String getInteraction()
-
getInteractionId
final String getInteractionId()
-
-
-
-