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(CharSequence text) |
InsertText(CharSequence text,
Integer position) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getPosition()
Gets the character position.
|
String |
getText()
Gets the text.
|
String |
toString() |
public InsertText(CharSequence text)
text - The text.public InsertText(CharSequence text, Integer position)
text - The text.position - The position, where the text is inserted.Copyright © 2014–2018 XMPP.rocks. All rights reserved.