public static final class RealTimeText.InsertText extends RealTimeText.Action
<t/> element.
4.6.3.1 Element
<t/>- Insert TextSupports the transmission of text, including key presses, and text block inserts.
| Constructor and Description |
|---|
InsertText(String text) |
InsertText(String text,
Integer position) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getPosition()
Gets the character position.
|
String |
getText()
Gets the text.
|
String |
toString() |
public InsertText(String text)
text - The text.Copyright © 2014–2015 XMPP.rocks. All rights reserved.