Class Forms



  • public class Forms
    extends java.lang.Object
    This is a model class for Forms that will be created by LivechatFormsPath.

    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) using FormsObserver

    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.

    • Constructor Detail

      • Forms

        public Forms()