Class WidgetView
- java.lang.Object
-
- RelativeLayout
-
- com.zopim.android.sdk.widget.view.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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description WidgetView.Anchor
getAnchor()
-
-
-
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 theandroid.view.View
-
WidgetView
public WidgetView(Context context, AttributeSet attrs, int defStyleAttr)
-
-
Method Detail
-
getAnchor
public WidgetView.Anchor getAnchor()
-
-