Package com.zopim.android.sdk.data
Class LivechatFileSendingPath
- java.lang.Object
-
- java.util.Observable
-
- com.zopim.android.sdk.data.Path<FileSending>
-
- com.zopim.android.sdk.data.LivechatFileSendingPath
-
- All Implemented Interfaces:
- ObservableTrigger
public class LivechatFileSendingPath extends Path<FileSending>
File Sending (Attachments) path definitionAllows subscription to file sending broadcast updates and retrieval of the current account plan type. If there is nobody to listen, this path will not emit any broadcasts.
- See Also:
FileSending
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description FileSending
getData()
Gets the path data in it's current statestatic LivechatFileSendingPath
getInstance()
Gets singleton instance ofLivechatFileSendingPath
-
Methods inherited from class com.zopim.android.sdk.data.Path
addObserver, broadcast, broadcast, deleteObserver, deleteObservers, finalize, isClearRequired, notifyObservers, trigger
-
-
-
-
Method Detail
-
getInstance
public static LivechatFileSendingPath getInstance()
Gets singleton instance ofLivechatFileSendingPath
- Returns:
- account path instance
-
getData
public FileSending getData()
Description copied from class:Path
Gets the path data in it's current state- Specified by:
getData
in classPath<FileSending>
- Returns:
- path data pojo object
-
-