Package zendesk.android.events
Class ProactiveMessageClickedDetails
-
- All Implemented Interfaces:
public final class ProactiveMessageClickedDetails
Data class representing the details for the ZendeskEvent.ProactiveMessageClicked.
-
-
Field Summary
Fields Modifier and Type Field Description private final Integer
proactiveMessageId
private final String
campaignId
-
Constructor Summary
Constructors Constructor Description ProactiveMessageClickedDetails(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.
-
-
-
-