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