public class

TextEvent

extends Object
java.lang.Object
   ↳ com.nexmo.sdk.conversation.push.TextEvent

Summary

Public Methods
static TextEvent createTextEvent(String senderId, String eventId, JSONObject body, String conversationId)
static TextEvent createTextEventFromBundle(String conversationId, Text text)
String getConversationId()
Text getText()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public static TextEvent createTextEvent (String senderId, String eventId, JSONObject body, String conversationId)

Throws
JSONException

public static TextEvent createTextEventFromBundle (String conversationId, Text text)

public String getConversationId ()

public Text getText ()