Package com.zopim.android.sdk.data
Class LivechatFormsPath
- java.lang.Object
-
- java.util.Observable
-
- com.zopim.android.sdk.data.Path<Forms>
-
- com.zopim.android.sdk.data.LivechatFormsPath
-
- All Implemented Interfaces:
- ObservableTrigger
public class LivechatFormsPath extends Path<Forms>
Forms path definitionAllows subscription to settings forms broadcast updates and retrieval of the forms. If there is nobody to listen this path it will not emit any broadcasts.
- See Also:
Forms
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description FormsgetData()Gets the path data in it's current statestatic LivechatFormsPathgetInstance()Gets singleton instance ofLivechatFormsPath-
Methods inherited from class com.zopim.android.sdk.data.Path
addObserver, broadcast, broadcast, deleteObserver, deleteObservers, finalize, isClearRequired, notifyObservers, trigger
-
-
-
-
Method Detail
-
getInstance
public static LivechatFormsPath getInstance()
Gets singleton instance ofLivechatFormsPath- Returns:
- forms path instance
-
-