Package com.zopim.android.sdk.data
Class LivechatChattingStatusPath
- java.lang.Object
-
- java.util.Observable
-
- com.zopim.android.sdk.data.Path<ChattingStatus>
-
- com.zopim.android.sdk.data.LivechatChattingStatusPath
-
- All Implemented Interfaces:
- ObservableTrigger
public class LivechatChattingStatusPath extends Path<ChattingStatus>
ChattingStatus path definitionAllows subscription to chatting status broadcast updates and retrieval of the current
ChattingStatus
info. If there is nobody to listen this path it will not emit any broadcasts.- See Also:
ChattingStatus
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description ChattingStatus
getData()
Gets the currentChattingStatus
static LivechatChattingStatusPath
getInstance()
Gets singleton instance ofLivechatChattingStatusPath
-
Methods inherited from class com.zopim.android.sdk.data.Path
addObserver, broadcast, broadcast, deleteObserver, deleteObservers, finalize, isClearRequired, notifyObservers, trigger
-
-
-
-
Method Detail
-
getInstance
public static LivechatChattingStatusPath getInstance()
Gets singleton instance ofLivechatChattingStatusPath
- Returns:
- channel path instance
-
getData
public ChattingStatus getData()
Gets the currentChattingStatus
- Specified by:
getData
in classPath<ChattingStatus>
- Returns:
ChattingStatus
value
-
-