Package com.zopim.android.sdk.chatlog
Interface LeadItem
-
public interface LeadItem
Allows defining items as leading item
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description boolean
isLeadItem()
Tells if this item is leading itemvoid
setLeadItem(boolean lead)
Configures this item as leading item
-