Package com.zopim.android.sdk.api
Interface ObservableTrigger
-
- All Known Implementing Classes:
- ConnectionPath, LivechatAccountPath, LivechatAgentsPath, LivechatChatLogPath, LivechatChattingStatusPath, LivechatDepartmentsPath, LivechatFileSendingPath, LivechatFormsPath, LivechatProfilePath, Path
public interface ObservableTrigger
Interface definition of anObservable
that can be triggered for an update
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description void
trigger()
Triggers an update from an observable
-