Class MessageEvent
java.lang.Object
cloud.genesys.webmessaging.sdk.model.MessageEvent
- All Implemented Interfaces:
Serializable
Message event element. Examples include: system messages, typing indicators, cobrowse offerings.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncoBrowse(EventCoBrowse coBrowse) CoBrowse event.booleaninthashCode()presence(EventPresence presence) Presence event.voidsetCoBrowse(EventCoBrowse coBrowse) voidsetEventType(EventType eventType) voidsetPresence(EventPresence presence) voidsetTyping(EventTyping typing) toString()typing(EventTyping typing) Typing event.
-
Constructor Details
-
MessageEvent
public MessageEvent()
-
-
Method Details
-
coBrowse
CoBrowse event. -
getCoBrowse
-
setCoBrowse
-
eventType
-
getEventType
-
setEventType
-
presence
Presence event. -
getPresence
-
setPresence
-
typing
Typing event. -
getTyping
-
setTyping
-
equals
-
hashCode
public int hashCode() -
toString
-