Interface MentionSuggestionsAdapter
-
- All Implemented Interfaces:
public interface MentionSuggestionsAdapterAdapter used to render mention suggestions.
-
-
Method Summary
Modifier and Type Method Description abstract UnitsetItems(List<User> items)Sets the list of mention suggestions to be displayed. abstract IntegergetItemCount()Returns the number of items in the adapter. -
-
Method Detail
-
setItems
abstract Unit setItems(List<User> items)
Sets the list of mention suggestions to be displayed.
-
getItemCount
abstract Integer getItemCount()
Returns the number of items in the adapter.
-
-
-
-