Class TypingIndicatorView



  • public class TypingIndicatorView
    extends LinearLayout
    Definition of the typing indicator view
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void start()
      Starts typing animation
      void stop()
      Stops typing animation
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TypingIndicatorView

        public TypingIndicatorView(Context context)
      • TypingIndicatorView

        public TypingIndicatorView(Context context,
                                   AttributeSet attrs)
    • Method Detail

      • start

        public void start()
        Starts typing animation
      • stop

        public void stop()
        Stops typing animation