Class BaseDecorator

  • All Implemented Interfaces:
    io.getstream.chat.android.ui.feature.messages.list.adapter.viewholder.decorator.Decorator

    
    public abstract class BaseDecorator
     implements Decorator
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      BaseDecorator()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      <T extends MessageListItem> Unit decorate(BaseMessageItemViewHolder<T> viewHolder, T data) Decorates the view holder.
      • Methods inherited from class io.getstream.chat.android.ui.feature.messages.list.adapter.viewholder.decorator.Decorator

        getType
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait