Class WidgetView



  • public class WidgetView
    extends RelativeLayout
    Definition of the chat widget view
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class and Description
      static class  WidgetView.Anchor
      Definition of available anchor positions for this view.
    • Constructor Summary

      Constructors 
      Constructor and Description
      WidgetView(Context context) 
      WidgetView(Context context, AttributeSet attrs) 
      WidgetView(Context context, AttributeSet attrs, int defStyleAttr) 
    • Constructor Detail

      • WidgetView

        public WidgetView(Context context)
      • WidgetView

        public WidgetView(Context context,
                          AttributeSet attrs)
                   throws java.lang.NullPointerException
        Parameters:
        context - instance of Context @link{android.content.Context}
        attrs - set of configuration attributes
        Throws:
        java.lang.NullPointerException - if a null context is passed to the android.view.View
      • WidgetView

        public WidgetView(Context context,
                          AttributeSet attrs,
                          int defStyleAttr)