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