Class RealTimeText.InsertText

    • Constructor Detail

      • InsertText

        public InsertText​(CharSequence text)
        Parameters:
        text - The text.
      • InsertText

        public InsertText​(CharSequence text,
                          Integer position)
        Parameters:
        text - The text.
        position - The position, where the text is inserted.
    • Method Detail

      • getText

        public final String getText()
        Gets the text.
        Returns:
        The text.
      • getPosition

        public final Integer getPosition()
        Gets the character position.
        Returns:
        The position.