Package zendesk.android.events
Class ProactiveMessageDisplayedDetails
-
- All Implemented Interfaces:
public final class ProactiveMessageDisplayedDetails
Data class representing the details for the ZendeskEvent.ProactiveMessageDisplayed.
-
-
Field Summary
Fields Modifier and Type Field Description private final Integer
proactiveMessageId
private final String
campaignId
-
Constructor Summary
Constructors Constructor Description ProactiveMessageDisplayedDetails(Integer proactiveMessageId, String campaignId)
-
Method Summary
Modifier and Type Method Description final Integer
getProactiveMessageId()
The unique identifier of the proactive message. final String
getCampaignId()
The unique identifier of the campaign associated with the proactive message. -
-
Method Detail
-
getProactiveMessageId
final Integer getProactiveMessageId()
The unique identifier of the proactive message.
-
getCampaignId
final String getCampaignId()
The unique identifier of the campaign associated with the proactive message.
-
-
-
-