Package com.zopim.android.sdk.model
Class Forms
- java.lang.Object
-
- com.zopim.android.sdk.model.Forms
-
public class Forms extends java.lang.Object
This is a model class for Forms that will be created byLivechatFormsPath
.It is used to tell update to the forms in a chat session.
You can subscribe to forms broadcast via
com.zopim.android.sdk.data.DataSource#addFormsObserver(java.util.Observer)
usingFormsObserver
This class is a model that will be serialised to JSON and deserialised from JSON to this model. As such it does not follow the m naming prefix for fields.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class and Description static class
Forms.FormSubmitted
static class
Forms.OfflineForm
-
Constructor Summary
Constructors Constructor and Description Forms()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description Forms.OfflineForm
getOfflineForm()
-
-
-
Method Detail
-
getOfflineForm
public Forms.OfflineForm getOfflineForm()
-
-