JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.zopim.android.sdk.model.items
Interface Updatable<T>
All Known Implementing Classes:
AgentAttachment
,
AgentItem
,
AgentMessage
,
AgentOptions
,
AgentTyping
,
ChatEvent
,
ChatMemberEvent
,
ChatRating
,
RowItem
,
VisitorAttachment
,
VisitorItem
,
VisitorMessage
public interface
Updatable<T>
Interface definition for updating items
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
update
(
T
item)
Update the current item
Method Detail
update
void update(@NonNull
T
item)
Update the current item
Parameters:
item
- to update with
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method