Package zendesk.android.events
Class ProactiveMessageDisplayedDetails
-
- All Implemented Interfaces:
public final class ProactiveMessageDisplayedDetailsData class representing the details for the ZendeskEvent.ProactiveMessageDisplayed.
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerproactiveMessageIdprivate final StringcampaignId
-
Constructor Summary
Constructors Constructor Description ProactiveMessageDisplayedDetails(Integer proactiveMessageId, String campaignId)
-
Method Summary
Modifier and Type Method Description final IntegergetProactiveMessageId()The unique identifier of the proactive message. final StringgetCampaignId()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.
-
-
-
-