Package zendesk.android.events
Class ZendeskEvent.MessagingOpened
-
- All Implemented Interfaces:
public final class ZendeskEvent.MessagingOpened extends ZendeskEvent
This event is emitted when the messaging interface is opened by the user.
-
-
Constructor Summary
Constructors Constructor Description ZendeskEvent.MessagingOpened(String id, Long timestamp)
-
Method Summary
Modifier and Type Method Description final String
getId()
The unique identifier of the event. final Long
getTimestamp()
The Unix timestamp when the messaging interface was opened.
-