Package zendesk.android.events
Class ZendeskEvent.MessagingClosed
-
- All Implemented Interfaces:
public final class ZendeskEvent.MessagingClosed extends ZendeskEvent
This event is emitted when the messaging interface is closed by the user.
-
-
Constructor Summary
Constructors Constructor Description ZendeskEvent.MessagingClosed(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.
-