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